Home
last modified time | relevance | path

Searched refs:DEFAULT_PATH (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/cmds/test/unittest/
H A Dhiprofiler_cmd_test.cpp46 std::string DEFAULT_PATH("/data/local/tmp/");
71 execl(name.c_str(), DEFAULT_PATH.c_str(), nullptr); in StartServerStub()
508 std::string configTestFile = DEFAULT_PATH + "1234.txt"; in HWTEST_F()
509 std::string outFile = DEFAULT_PATH + "trace.htrace"; in HWTEST_F()
517 const std::string configFile = DEFAULT_PATH + "ftrace.config"; in HWTEST_F()
551 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; in HWTEST_F()
560 std::string outFile = DEFAULT_PATH + "trace.htrace"; in HWTEST_F()
628 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH; in HWTEST_F()
637 std::string outFile = DEFAULT_PATH + "trace_encoder.htrace"; in HWTEST_F()
667 std::string outFile = DEFAULT_PATH in HWTEST_F()
[all...]
/developtools/profiler/hiebpf/test/
H A Dhiebpf_test_demo.cpp37 std::string DEFAULT_PATH("./");
117 name = DEFAULT_PATH + name; in ThreadFuncCpp()
/developtools/hdc/sudo/src/
H A Dmain.cpp33 #define DEFAULT_PATH "/system/bin" macro
124 path = StrDup((path != nullptr && *path != '\0') ? path : DEFAULT_PATH); in GetCmdInPath()
/developtools/profiler/device/base/src/
H A Dcommon.cpp62 const std::string DEFAULT_PATH = "/data/local/tmp/"; member
89 std::string fileName = DEFAULT_PATH + processName + ".pid"; in IsProcessRunning()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dcheck_hook_data_test.cpp55 const std::string DEFAULT_PATH("/data/local/tmp/");
78 outFile_ = DEFAULT_PATH + "hooktest_"+ outFileType_ + mode_[modeIndex_] + ".txt"; in StartDaemonProcessArgs()

Completed in 7 milliseconds