Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfx_fontsourceenum_file.cpp52 bool bFolder; in GetNextFile() local
54 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()
68 if (bFolder) { in GetNextFile()
/external/pdfium/core/fxcrt/
Dfx_stream.cpp148 bool* bFolder) { in FX_GetNextFile() argument
157 *bFolder = in FX_GetNextFile()
172 *bFolder = S_ISDIR(deStat.st_mode); in FX_GetNextFile()
Dfx_stream.h20 bool* bFolder);
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp367 bool bFolder = false; in ScanPath() local
368 while (FX_GetNextFile(handle.get(), &filename, &bFolder)) { in ScanPath()
369 if (bFolder) { in ScanPath()
381 if (bFolder) in ScanPath()
/external/pdfium/core/fxge/
Dcfx_folderfontinfo.cpp151 bool bFolder; in ScanPath() local
152 while (FX_GetNextFile(handle.get(), &filename, &bFolder)) { in ScanPath()
153 if (bFolder) { in ScanPath()
171 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()