Searched refs:DEFAULT_PATH (Results 1 – 4 of 4) sorted by relevance
47 std::string DEFAULT_PATH("/data/local/tmp/"); variable72 execl(name.c_str(), DEFAULT_PATH.c_str(), nullptr); in StartServerStub()539 std::string configTestFile = DEFAULT_PATH + "1234.txt";540 std::string outFile = DEFAULT_PATH + "trace.htrace";548 const std::string configFile = DEFAULT_PATH + "ftrace.config";582 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH;591 std::string outFile = DEFAULT_PATH + "trace.htrace";659 std::string cmd = "cp " + DEFAULT_SO_PATH + "libftrace_plugin.z.so " + DEFAULT_PATH;668 std::string outFile = DEFAULT_PATH + "trace_encoder.htrace";698 std::string outFile = DEFAULT_PATH + "trace.htrace";[all …]
37 std::string DEFAULT_PATH("./"); variable117 name = DEFAULT_PATH + name; in ThreadFuncCpp()
62 const std::string DEFAULT_PATH = "/data/local/tmp/"; variable83 std::string fileName = DEFAULT_PATH + processName + ".pid"; in IsProcessRunning()
54 const std::string DEFAULT_PATH("/data/local/tmp/"); variable74 outFile_ = DEFAULT_PATH + "hooktest_"+ outFileType_ + mode_[modeIndex_] + ".txt"; in StartDaemonProcessArgs()