Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_writer_test.cpp142 std::string testPath = "trace-write-bin"; variable
143 auto writerTestPath = std::make_shared<TraceFileWriter>(testPath, true, 0, 1);
Dprofiler_service_test.cpp1383 std::string testPath = "testFile.bin"; variable
1385 auto writer = std::make_shared<TraceFileWriter>(testPath, false, 0, 0);
1394 service_->MergeStandaloneFile(targetPath, pluginName, testPath, "1.02");
1395 service_->MergeStandaloneFile(targetPath, "", testPath, "1.02");
1397 service_->MergeStandaloneFile("", pluginName, testPath, "1.02");
1398 service_->MergeStandaloneFile(targetPath, "hiperf-plugin", testPath, "1.02");
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp980 std::string testPath = "/data/local/tmp/uttestdir/"; variable
981 std::string cmd = std::string("mkdir ") + testPath;
983 FileCache file(testPath);
992 cmd = std::string("rm -rf ") + testPath;