Home
last modified time | relevance | path

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

/system/apex/tools/
Dapex_elf_checker.py57 exec_path = os.path.realpath(sys.argv[0])
58 if exec_path.endswith('.py'):
59 script_name = os.path.basename(exec_path)[:-3]
Dapexd_host.py125 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))
/system/extras/simpleperf/
Dcmd_record.cpp2127 std::string exec_path = android::base::GetExecutablePath(); in DumpAdditionalFeatures() local
2128 if (exec_path.empty()) exec_path = "simpleperf"; in DumpAdditionalFeatures()
2130 cmdline.push_back(exec_path); in DumpAdditionalFeatures()