Home
last modified time | relevance | path

Searched refs:strPath (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp539 std::string strPath = "/proc/sys/kernel/perf_cpu_time_max_percent"; variable
541 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true);
551 std::string strPath = "./hiperf_log.txt"; variable
553 EXPECT_EQ(WriteIntToProcFile(strPath, strVal), true);
563 std::string strPath = "./hiperf_log.txt"; variable
564 EXPECT_NE(ReadFileToString(strPath).length(), 0u);
574 std::string strPath = "./hiperf_log.txt"; variable
576 EXPECT_EQ(WriteStringToFile(strPath, content), true);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp544 std::string strPath = "/proc/sys/kernel/perf_cpu_time_max_percent"; variable
546 EXPECT_EQ(ReadIntFromProcFile(strPath, strLen), true);
556 std::string strPath = "./hiperf_log.txt"; variable
558 EXPECT_EQ(WriteIntToProcFile(strPath, strVal), true);
568 std::string strPath = "./hiperf_log.txt"; variable
569 EXPECT_NE(ReadFileToString(strPath).length(), 0u);
579 std::string strPath = "./hiperf_log.txt"; variable
581 EXPECT_EQ(WriteStringToFile(strPath, content), true);
/developtools/hdc/src/host/
Dserver.cpp125 std::string strPath = Base::UnicodeToUtf8(path, true); in PullupServerWin32() local
126 int ret = GetShortPathName(strPath.c_str(), shortPath, MAX_PATH); in PullupServerWin32()