Lines Matching refs:filePath
304 static BOOL ReadFileAll( void** ppBuffer, const char* filePath ) in ReadFileAll() argument
311 if (!DVDOpen(filePath, &fi)) in ReadFileAll()
345 static BOOL InitFont( FNTHeader** ppFont, const char* filePath ) in InitFont() argument
355 if (!ReadFileAll(&readBuffer, filePath)) in InitFont()
357 OSReport("Failed to read file: %s\n", filePath); in InitFont()
365 OSReport("Failed to get font data size: %s\n", filePath); in InitFont()
371 OSReport("Constructing: %s: %7d\n", filePath, dataSize); in InitFont()
374 OSReport("Failed to construct font: %s\n", filePath); in InitFont()
407 static BOOL InitFontStreaming( FNTHeader** ppFont, const char* filePath ) in InitFontStreaming() argument
425 if (!DVDOpen(filePath, &fi)) in InitFontStreaming()
427 OSReport("Failed to open file: %s\n", filePath); in InitFontStreaming()
436 OSReport("Failed to get file length: %s\n", filePath); in InitFontStreaming()
452 OSReport("Failed to read file: %s\n", filePath); in InitFontStreaming()
460 OSReport("Failed to get font data size: %s\n", filePath); in InitFontStreaming()
466 OSReport("Streaming constructing: %s: %7d\n", filePath, dataSize); in InitFontStreaming()
475 OSReport("Failed to construct font: %s\n", filePath); in InitFontStreaming()
488 OSReport("Failed to read file: %s\n", filePath); in InitFontStreaming()