Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Denvironment.h70 bool GetExecPath(std::string* exec_path);
Denvironment.cpp406 bool GetExecPath(std::string* exec_path) { in GetExecPath() argument
414 *exec_path = path; in GetExecPath()
Dcmd_record.cpp767 std::string exec_path = "simpleperf"; in DumpAdditionalFeatures() local
768 GetExecPath(&exec_path); in DumpAdditionalFeatures()
770 cmdline.push_back(exec_path); in DumpAdditionalFeatures()