Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/darch/src/
Dcreate.c598 char arcNewName[FILENAME_MAX]; in ConstructFSTFromStructure() local
614 GetArcNewName(arcNewName, arcName); in ConstructFSTFromStructure()
616 if( (fidNew = open(arcNewName, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in ConstructFSTFromStructure()
618 fprintf(stderr, "%s: Error opening %s\n", progName, arcNewName); in ConstructFSTFromStructure()
752 if (MoveFile(arcNewName, arcName) == 0) in ConstructFSTFromStructure()
754 fprintf(stderr, "%s: Error renaming %s to %s\n", progName, arcNewName, in ConstructFSTFromStructure()