Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/darch/src/
Dextract.c172 entryInfo->fileLength = 0; in GetNextEntry()
196 entryInfo->fileLength = fileLength(fstEntry); in GetNextEntry()
221 int fileLength; in Diff() local
247 fileLength = entryInfo->fileLength; in Diff()
256 if (sb.st_size != fileLength) in Diff()
268 if (DiffUtility(fid, entryInfo->filePosition, fidB, 0, fileLength)) in Diff()
291 int fileLength; in Extract() local
300 fileLength = entryInfo->fileLength; in Extract()
308 CopyUtility(fid, filePosition, outid, 0, fileLength); in Extract()
334 entryInfo.fileLength); in ListArc()
[all …]
Dfst.c199 currInfo->fileLength = findData.nFileSizeLow; in dirSearch()
203 fprintf(stderr, "file length is %d\n", currInfo->fileLength); in dirSearch()
249 position += curr->fileLength; in geography()
304 setLength(currFSTEntry, curr->fileLength); in createFST()
385 curr->fileLength); in createUserFile()
Dcreate.c64 int fileLength; member
185 item->fileLength = entryInfo.fileLength; in CreateHierarchy()
571 userPos += RoundUp32B(item->fileLength); in DeterminPositionInDisc()
672 setLength(currFSTEntry, item->fileLength); in ConstructFSTFromStructure()
689 item->fileLength); in ConstructFSTFromStructure()
934 item->fileLength = findData.nFileSizeLow; in CreateHierarchyFromFilesRecursively()
1125 item->fileLength = sb.st_size; in CreateHierarchyFromFiles()
1198 item->fileLength); in ListArcInDiscOrder()
/RvlSDK-3.1.4/build/tools/darch/include/
Ddarch.h59 int fileLength; // file only member
173 #define fileLength(entry) \ macro
/RvlSDK-3.1.4/build/libraries/arc/src/
Darc.c62 #define fileLength(fstStart, i) \ macro
124 af->length = fileLength(FSTEntries, entry); in ARCOpen()
154 af->length = fileLength(FSTEntries, entrynum); in ARCFastOpen()