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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_util.cpp353 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 Dfx_stream.h14 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 Dfpf_skiafontmgr.cpp439 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 Dfx_ge_fontmap.cpp1365 FX_BOOL bFolder; local
1366 while (FX_GetNextFile(handle, filename, bFolder)) {
1367 if (bFolder) {
1385 if (bFolder) {

Completed in 75 milliseconds