Home
last modified time | relevance | path

Searched refs:FX_GetNextFile (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_stream.h32 bool FX_GetNextFile(FX_FileHandle* handle, ByteString* filename, bool* bFolder);
Dfx_stream.cpp118 bool FX_GetNextFile(FX_FileHandle* handle, in FX_GetNextFile() function
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp136 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp431 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp480 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()