Searched refs:bFolder (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_util.cpp | 362 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/ |
D | fpf_skiafontmgr.cpp | 435 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/ |
D | fx_stream.h | 15 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/ |
D | fx_ge_fontmap.cpp | 1322 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()
|