Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp500 auto rootName = srcPath.back() == FILE_SEPARATOR_CHAR ? in GetAllFileListCache() local
505 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()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp525 BASE_NS::string rootName = root.Get<BASE_NS::string>("name"); in GetNode() local
532 if (step != rootName) { in GetNode()