Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/darch/src/
Dcreate.c597 int fidOld, fidNew; in ConstructFSTFromStructure() local
616 if( (fidNew = open(arcNewName, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in ConstructFSTFromStructure()
692 CopyUtility(fidOld, item->filePosition, fidNew, item->fileNewPosition, in ConstructFSTFromStructure()
705 if ( -1 == lseek(fidNew, fstPos, SEEK_SET) ) in ConstructFSTFromStructure()
711 if (fstLength != write(fidNew, fst, fstLength)) in ConstructFSTFromStructure()
718 if ( -1 == lseek(fidNew, 0, SEEK_SET) ) in ConstructFSTFromStructure()
724 if (sizeof(ARCHeader) != write(fidNew, &header, sizeof(ARCHeader))) in ConstructFSTFromStructure()
730 close(fidNew); in ConstructFSTFromStructure()