Home
last modified time | relevance | path

Searched refs:bsParentPath (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h165 bsParentPath = x.bsParentPath; in FX_HandleParentPath()
168 CFX_ByteString bsParentPath; member
Dcfgas_fontmgr.cpp506 hpp.bsParentPath = m_FolderPaths.back(); in GetNextFile()
530 hpp.bsParentPath = in GetNextFile()
531 m_FolderQueue.back().bsParentPath + bsFolderSeparator + bsName; in GetNextFile()
532 hpp.pFileHandle = FX_OpenFolder(hpp.bsParentPath.c_str()); in GetNextFile()
539 bsName = m_FolderQueue.back().bsParentPath + bsFolderSeparator + bsName; in GetNextFile()