Searched refs:bFolder (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
H A D | fx_basic_util.cpp | 353 FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder)
argument 365 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
376 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
391 bFolder = de->d_type == DT_DIR;
395 FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder)
argument 406 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
420 bFolder = de->d_type == DT_DIR;
|
/external/pdfium/core/include/fxcrt/ |
H A D | fx_stream.h | 14 FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder);
15 FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder);
|
/external/pdfium/core/src/fxge/android/ |
H A D | fpf_skiafontmgr.cpp | 439 FX_BOOL bFolder = FALSE; local 440 while (FX_GetNextFile(handle, filename, bFolder)) { 441 if (bFolder) { 455 if (bFolder) {
|
/external/pdfium/core/src/fxge/ge/ |
H A D | fx_ge_fontmap.cpp | 1365 FX_BOOL bFolder;
local 1366 while (FX_GetNextFile(handle, filename, bFolder)) {
1367 if (bFolder) {
1385 if (bFolder) {
|
Completed in 205 milliseconds