HomeSort by relevance Sort by last modified time
    Searched refs:bFolder (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 19 FX_BOOL bFolder = FALSE;
20 while (FX_GetNextFile(pPathHandle, wsFileName, bFolder)) {
21 if (!bFolder) {
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 259 FX_BOOL& bFolder) {
270 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
281 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
296 bFolder = de->d_type == DT_DIR;
302 FX_BOOL& bFolder) {
312 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
326 bFolder = de->d_type == DT_DIR;
  /external/pdfium/core/include/fxcrt/
fx_stream.h 16 FX_BOOL& bFolder);
19 FX_BOOL& bFolder);
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 416 FX_BOOL bFolder = FALSE;
417 while (FX_GetNextFile(handle, filename, bFolder)) {
418 if (bFolder) {
432 if (bFolder) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 531 FX_BOOL bFolder;
535 if (!FX_GetNextFile(pCurHandle, bsName, bFolder)) {
553 if (bFolder) {
    [all...]

Completed in 84 milliseconds