Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c168 entryInfo->isDir = TRUE; in GetNextEntry()
192 entryInfo->isDir = FALSE; in GetNextEntry()
226 if (entryInfo->isDir) in Diff()
237 if (entryInfo->isDir) in Diff()
293 if (entryInfo->isDir) in Extract()
332 fprintf(stdout, "%s ", entryInfo.isDir? "d" : "-"); in ListArc()
338 if (entryInfo.isDir) in ListArc()
392 fprintf(stdout, "%s ", entryInfo.isDir? "d" : "-"); in ExtractArc()
396 if (entryInfo.isDir) in ExtractArc()
430 if (entryInfo.isDir) in DiffArc()
Dcreate.c58 BOOL isDir; member
151 if (item->isDir = entryInfo.isDir) in CreateHierarchy()
256 if (item->isDir) in DeleteItemFromStructure()
271 if (!item->isDir) in DeleteItemFromStructure()
280 if (item->isDir) in DeleteItemFromStructure()
412 if ( (!curr->isDir) || in Delete()
441 root->isDir = TRUE; in InitializeRootDir()
465 root->isDir = TRUE; in ConstructStructureFromFST()
508 if (curr->isDir) in DecideOrderInFst()
655 setIsDir(currFSTEntry, item->isDir); in ConstructFSTFromStructure()
[all …]
Dfst.c175 currInfo->isDir = TRUE; in dirSearch()
190 currInfo->isDir = FALSE; in dirSearch()
241 if (curr->isDir) in geography()
282 setIsDir(currFSTEntry, (char)curr->isDir); in createFST()
296 if (curr->isDir) in createFST()
360 if (curr->isDir) in createUserFile()
412 rootEntryInfo.isDir = TRUE; in makeFST()
/RvlSDK-3.2/include/revolution/
Darc.h92 BOOL isDir; member
149 #define ARCDirEntryIsDir(dirent) ((dirent)->isDir)
Ddvd.h371 BOOL isDir; member
544 #define DVDDirEntryIsDir(dirent) ((dirent)->isDir)
Dcnt.h197 BOOL isDir; member
/RvlSDK-3.2/build/libraries/arc/src/
Darc.c194 BOOL isDir; in ARCConvertPathToEntrynum() local
254 isDir = (*ptr == '\0')? FALSE : TRUE; in ARCConvertPathToEntrynum()
266 (isDir == TRUE) ) in ARCConvertPathToEntrynum()
290 if (! isDir) in ARCConvertPathToEntrynum()
582 dirent->isDir = entryIsDir(FSTEntries, loc); in ARCReadDir()
/RvlSDK-3.2/build/demos/dvddemo/src/
Dselectfile.c160 if (dirent.isDir) in MNU_change_dir()
206 if (dirent.isDir) in __create_dir_menu()
Ddirectory.c101 if (dirent.isDir) in printOneLevel()
/RvlSDK-3.2/build/demos/arcdemo/src/
Darctest3.c94 if (dirent.isDir) in printOneLevel()
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h58 BOOL isDir; member
/RvlSDK-3.2/build/demos/axdemo/src/
Dseqdemo.c310 if (dirent.isDir) in MNU_change_dir()
431 if (dirent.isDir) in __create_dir_menu()
/RvlSDK-3.2/build/demos/videmo/src/
Dviewer.c283 } while ( (ip->imageType == 0) || (dirent.isDir) ); in idle()