Searched refs:fileBuf (Results 1 – 1 of 1) sorted by relevance
259 void *fileBuf = NULL; in DEMOFSSimpleRead() local268 fileBuf = DEMOAllocEx(fileAllocLen, PPC_IO_BUFFER_ALIGN); in DEMOFSSimpleRead()269 DEMOAssert(fileBuf && "couldn't alloc memory"); in DEMOFSSimpleRead()270 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleRead()280 return fileBuf; in DEMOFSSimpleRead()289 void *fileBuf = NULL; in DEMOFSSimpleReadAlign() local298 fileBuf = DEMOAllocEx(fileAllocLen, alignSize); in DEMOFSSimpleReadAlign()299 DEMOAssert(fileBuf && "couldn't alloc memory"); in DEMOFSSimpleReadAlign()300 fileRet = DEMOFSRead(&file, fileBuf, (s32)fileAllocLen, 0); in DEMOFSSimpleReadAlign()310 return fileBuf; in DEMOFSSimpleReadAlign()