Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/darch/src/
Dfst.c343 int fids; in createUserFile() local
377 if( (fids = open(curr->pathName, O_BINARY | O_RDONLY)) == -1 ) in createUserFile()
383 CopyUtility(fids, 0, in createUserFile()
387 if (close(fids) == -1) in createUserFile()