Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp510 HWTEST_F(UtilitiesTest, PlatformPathConvert, TestSize.Level1)
512 EXPECT_GE(PlatformPathConvert("./").length(), 0u);
/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/include/
Dutilities.h227 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.cpp232 std::string PlatformPathConvert(const std::string &path) in PlatformPathConvert() function
Dsymbols_file.cpp125 symboleFilePath = PlatformPathConvert(symboleFilePath); in FindSymbolFile()
/developtools/hiperf/src/
Dutilities.cpp279 std::string PlatformPathConvert(const std::string &path) in PlatformPathConvert() function
Dsymbols_file.cpp133 symboleFilePath = PlatformPathConvert(symboleFilePath); in FindSymbolFile()