Home
last modified time | relevance | path

Searched refs:DEFAULT_PATH (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp44 std::string DEFAULT_PATH("/data/local/tmp/"); variable
66 execl(name.c_str(), DEFAULT_PATH.c_str(), nullptr); in StartServerStub()
321 std::string configTestFile = DEFAULT_PATH + "1234.txt";
322 std::string outFile = DEFAULT_PATH + "trace.htrace";
330 const std::string configFile = DEFAULT_PATH + "ftrace.config";
364 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH;
373 std::string outFile = DEFAULT_PATH + "trace.htrace";
/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp37 std::string DEFAULT_PATH("./"); variable
117 name = DEFAULT_PATH + name; in ThreadFuncCpp()
/developtools/profiler/device/base/src/
Dcommon.cpp46 const std::string DEFAULT_PATH = "/data/local/tmp/"; variable
65 std::string fileName = DEFAULT_PATH + processName + ".pid"; in IsProcessRunning()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp52 const std::string DEFAULT_PATH("/data/local/tmp/"); variable
72 outFile_ = DEFAULT_PATH + "hooktest_"+ outFileType_ + mode_[modeIndex_] + ".txt"; in StartDaemonProcessArgs()