Searched refs:testPath (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | trace_file_writer_test.cpp | 142 std::string testPath = "trace-write-bin"; variable 143 auto writerTestPath = std::make_shared<TraceFileWriter>(testPath, true, 0, 1);
|
| D | profiler_service_test.cpp | 1383 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/ |
| D | hilog_plugin_unittest.cpp | 980 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;
|