Home
last modified time | relevance | path

Searched refs:fidNew (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/build/tools/darch/src/
Dcreate.c593 int fidOld, fidNew; in ConstructFSTFromStructure() local
612 if( (fidNew = open(arcNewName, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in ConstructFSTFromStructure()
688 CopyUtility(fidOld, item->filePosition, fidNew, item->fileNewPosition, in ConstructFSTFromStructure()
701 if ( -1 == lseek(fidNew, fstPos, SEEK_SET) ) in ConstructFSTFromStructure()
707 if (fstLength != write(fidNew, fst, fstLength)) in ConstructFSTFromStructure()
714 if ( -1 == lseek(fidNew, 0, SEEK_SET) ) in ConstructFSTFromStructure()
720 if (sizeof(ARCHeader) != write(fidNew, &header, sizeof(ARCHeader))) in ConstructFSTFromStructure()
726 close(fidNew); in ConstructFSTFromStructure()