Searched refs:m_FolderPaths (Results 1 – 2 of 2) sorted by relevance
458 m_FolderPaths.push_back(g_FontFolders[i]); in CFX_FontSourceEnum_File()467 if (m_FolderPaths.empty()) in GetNextFile()469 pCurHandle = FX_OpenFolder(m_FolderPaths.back().c_str()); in GetNextFile()472 hpp.bsParentPath = m_FolderPaths.back(); in GetNextFile()485 if (!m_FolderPaths.empty()) in GetNextFile()486 m_FolderPaths.pop_back(); in GetNextFile()487 return !m_FolderPaths.empty() ? GetNextFile() : ""; in GetNextFile()
124 std::vector<ByteString> m_FolderPaths; variable