Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h114 bsParentPath = x.bsParentPath; in HandleParentPath()
117 ByteString bsParentPath; member
Dcfgas_fontmgr.cpp472 hpp.bsParentPath = m_FolderPaths.back(); in GetNextFile()
496 hpp.bsParentPath = in GetNextFile()
497 m_FolderQueue.back().bsParentPath + bsFolderSeparator + bsName; in GetNextFile()
498 hpp.pFileHandle = FX_OpenFolder(hpp.bsParentPath.c_str()); in GetNextFile()
505 bsName = m_FolderQueue.back().bsParentPath + bsFolderSeparator + bsName; in GetNextFile()