Searched refs:exec_path (Results 1 – 3 of 3) sorted by relevance
57 exec_path = os.path.realpath(sys.argv[0])58 if exec_path.endswith('.py'):59 script_name = os.path.basename(exec_path)[:-3]
125 exec_path = os.path.realpath(sys.argv[0])126 if exec_path.endswith('.py'):127 script_name = os.path.basename(exec_path)[:-3]131 tool_path = os.path.dirname(os.path.dirname(exec_path))
2127 std::string exec_path = android::base::GetExecutablePath(); in DumpAdditionalFeatures() local2128 if (exec_path.empty()) exec_path = "simpleperf"; in DumpAdditionalFeatures()2130 cmdline.push_back(exec_path); in DumpAdditionalFeatures()