Home
last modified time | relevance | path

Searched defs:rootPath (Results 1 – 4 of 4) sorted by relevance

/developtools/global_resource_tool/src/
Dincrement_list.cpp55 string rootPath = FileEntry::FilePath(info.rootPath).Append("").GetPath(); in GetFromPath() local
87 string rootPath = FileEntry::FilePath(iter).Append("").GetPath(); in GetPriority() local
/developtools/global_resource_tool/include/
Dincrement_list.h31 std::string rootPath; member
Dincrement_manager.h40 std::string rootPath; member
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/
DSessionManagerTest.java801 File rootPath = new File(this.getClass().getResource("/Demo.trace").getFile().toString()); in testLocalSessionDataFromFile05() local