Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_stream.cpp120 bool* bFolder) { in FX_GetNextFile() argument
129 *bFolder = in FX_GetNextFile()
139 *bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
Dfx_stream.h32 bool FX_GetNextFile(FX_FileHandle* handle, ByteString* filename, bool* bFolder);
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp135 bool bFolder; in ScanPath() local
136 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()
137 if (bFolder) { in ScanPath()
155 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp430 bool bFolder = false; in ScanPath() local
431 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()
432 if (bFolder) { in ScanPath()
444 if (bFolder) in ScanPath()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp476 bool bFolder; in GetNextFile() local
480 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()
494 if (bFolder) { in GetNextFile()