Lines Matching refs:finfo
37 void callback(s32 result, DVDFileInfo* finfo);
59 DVDFileInfo finfo; in chdirOpenAllocRead() local
95 result = DVDOpen(pathName, &finfo); in chdirOpenAllocRead()
116 length = DVDGetLength(&finfo); in chdirOpenAllocRead()
119 if (OSRoundUp32B(length) != DVDRead(&finfo, (void*)buf, (s32)OSRoundUp32B(length), 0)) in chdirOpenAllocRead()
142 DVDClose(&finfo); in chdirOpenAllocRead()
150 DVDFileInfo finfo; in Read() local
155 result = DVDFastOpen(entrynum, &finfo); in Read()
162 length = OSRoundUp32B(DVDGetLength(&finfo)); in Read()
166 if ( length != DVDRead(&finfo, buf, (s32)length, 0) ) in Read()
171 DVDClose(&finfo); in Read()