Lines Matching refs:result
37 void callback(s32 result, DVDFileInfo* finfo);
58 BOOL result; in chdirOpenAllocRead() local
70 result = ARCChangeDir(&Arc, dirName); in chdirOpenAllocRead()
74 result = DVDChangeDir(dirName); in chdirOpenAllocRead()
79 if (result) in chdirOpenAllocRead()
91 result = ARCOpen(&Arc, pathName, &afinfo); in chdirOpenAllocRead()
95 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead()
100 if (result) in chdirOpenAllocRead()
149 BOOL result; in Read() local
155 result = DVDFastOpen(entrynum, &finfo); in Read()
157 if (!result) in Read()