Home
last modified time | relevance | path

Searched refs:PlatformPathConvert (Results 1 – 8 of 8) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp499 HWTEST_F(UtilitiesTest, PlatformPathConvert, TestSize.Level1)
501 EXPECT_GE(PlatformPathConvert("./").length(), 0u);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp504 HWTEST_F(UtilitiesTest, PlatformPathConvert, TestSize.Level1)
506 EXPECT_GE(PlatformPathConvert("./").length(), 0u);
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h211 std::string PlatformPathConvert(const std::string &path);
/developtools/hiperf/include/
Dutilities.h231 std::string PlatformPathConvert(const std::string &path);
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp215 std::string PlatformPathConvert(const std::string &path) in PlatformPathConvert() function
Dsymbols_file.cpp124 symboleFilePath = PlatformPathConvert(symboleFilePath); in FindSymbolFile()
/developtools/hiperf/src/
Dutilities.cpp290 std::string PlatformPathConvert(const std::string &path) in PlatformPathConvert() function
Dsymbols_file.cpp126 symboleFilePath = PlatformPathConvert(symboleFilePath); in FindSymbolFile()