Searched refs:exec_path (Results 1 – 3 of 3) sorted by relevance
70 bool GetExecPath(std::string* exec_path);
406 bool GetExecPath(std::string* exec_path) { in GetExecPath() argument414 *exec_path = path; in GetExecPath()
767 std::string exec_path = "simpleperf"; in DumpAdditionalFeatures() local768 GetExecPath(&exec_path); in DumpAdditionalFeatures()770 cmdline.push_back(exec_path); in DumpAdditionalFeatures()