Home
last modified time | relevance | path

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

/RvlSDK-3.2/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.c68 int fileLength; member
189 item->fileLength = entryInfo.fileLength; in CreateHierarchy()
575 userPos += RoundUp32B(item->fileLength); in DeterminPositionInDisc()
676 setLength(currFSTEntry, item->fileLength); in ConstructFSTFromStructure()
693 item->fileLength); in ConstructFSTFromStructure()
939 item->fileLength = findData.nFileSizeLow; in CreateHierarchyFromFilesRecursively()
1138 item->fileLength = sb.st_size; in CreateHierarchyFromFiles()
1213 item->fileLength); in ListArcInDiscOrder()
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h62 int fileLength; // file only member
176 #define fileLength(entry) \ macro
/RvlSDK-3.2/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()