Lines Matching refs:result
37 void callback(s32 result, DVDFileInfo* finfo);
60 BOOL result; in chdirOpenAllocRead() local
71 result = ARCChangeDir(&Arc, dirName); in chdirOpenAllocRead()
75 result = DVDChangeDir(dirName); in chdirOpenAllocRead()
80 if (result) in chdirOpenAllocRead()
92 result = ARCOpen(&Arc, pathName, &afinfo); in chdirOpenAllocRead()
96 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead()
101 if (result) in chdirOpenAllocRead()
166 BOOL result; in Read() local
170 result = DVDFastOpen(entrynum, &finfo); in Read()
172 if (!result) in Read()