Searched refs:rootName (Results 1 – 2 of 2) sorted by relevance
500 auto rootName = srcPath.back() == FILE_SEPARATOR_CHAR ? in GetAllFileListCache() local505 while (cur < rootName.size() && rootName[cur] == FILE_SEPARATOR_CHAR) { in GetAllFileListCache()508 if (cur >= rootName.size()) { in GetAllFileListCache()511 auto next = rootName.find(FILE_SEPARATOR_CHAR, cur); in GetAllFileListCache()512 auto nodeName = rootName.substr(cur, next - cur); in GetAllFileListCache()515 ABILITYBASE_LOGE("srcPath not found: %{public}s", rootName.c_str()); in GetAllFileListCache()522 GetTreeFileList(parent, rootName, assetList); in GetAllFileListCache()
525 BASE_NS::string rootName = root.Get<BASE_NS::string>("name"); in GetNode() local532 if (step != rootName) { in GetNode()