Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_util.cpp362 FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder) in FX_GetNextFile() argument
374 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY; in FX_GetNextFile()
385 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY; in FX_GetNextFile()
400 bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
404 FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder) in FX_GetNextFile() argument
415 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY; in FX_GetNextFile()
429 bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp435 FX_BOOL bFolder = FALSE; in ScanPath() local
436 while (FX_GetNextFile(handle, filename, bFolder)) { in ScanPath()
437 if (bFolder) { in ScanPath()
451 if (bFolder) { in ScanPath()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h15 FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder);
16 FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1322 FX_BOOL bFolder; in ScanPath() local
1323 while (FX_GetNextFile(handle, filename, bFolder)) { in ScanPath()
1324 if (bFolder) { in ScanPath()
1342 if (bFolder) { in ScanPath()