Searched refs:rootPath (Results 1 – 1 of 1) sorted by relevance
268 void GetTreeFileList(const std::shared_ptr<DirTreeNode> &root, const std::string &rootPath, in GetTreeFileList() argument272 assetList.push_back(rootPath); in GetTreeFileList()275 GetTreeFileList(child.second, rootPath + "/" + child.first, assetList); in GetTreeFileList()