Searched refs:DEFAULT_PATH (Results 1 – 4 of 4) sorted by relevance
44 std::string DEFAULT_PATH("/data/local/tmp/"); variable66 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";
37 std::string DEFAULT_PATH("./"); variable117 name = DEFAULT_PATH + name; in ThreadFuncCpp()
46 const std::string DEFAULT_PATH = "/data/local/tmp/"; variable65 std::string fileName = DEFAULT_PATH + processName + ".pid"; in IsProcessRunning()
52 const std::string DEFAULT_PATH("/data/local/tmp/"); variable72 outFile_ = DEFAULT_PATH + "hooktest_"+ outFileType_ + mode_[modeIndex_] + ".txt"; in StartDaemonProcessArgs()