Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp19 FX_BOOL bFolder = FALSE; in FX_LocaleMgr_Create() local
20 while (FX_GetNextFile(pPathHandle, wsFileName, bFolder)) { in FX_LocaleMgr_Create()
21 if (!bFolder) { in FX_LocaleMgr_Create()
/external/pdfium/core/src/fxcrt/
Dfx_basic_util.cpp259 FX_BOOL& bFolder) { in FX_GetNextFile() argument
270 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY; in FX_GetNextFile()
281 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY; in FX_GetNextFile()
296 bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
302 FX_BOOL& bFolder) { in FX_GetNextFile() argument
312 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY; in FX_GetNextFile()
326 bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h16 FX_BOOL& bFolder);
19 FX_BOOL& bFolder);
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp416 FX_BOOL bFolder = FALSE; in ScanPath() local
417 while (FX_GetNextFile(handle, filename, bFolder)) { in ScanPath()
418 if (bFolder) { in ScanPath()
432 if (bFolder) { in ScanPath()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1342 FX_BOOL bFolder; in ScanPath() local
1343 while (FX_GetNextFile(handle, filename, bFolder)) { in ScanPath()
1344 if (bFolder) { in ScanPath()
1362 if (bFolder) { in ScanPath()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp531 FX_BOOL bFolder; in GetNextFile() local
535 if (!FX_GetNextFile(pCurHandle, bsName, bFolder)) { in GetNextFile()
553 if (bFolder) { in GetNextFile()