Searched defs:exec_path (Results 1 – 4 of 4) sorted by relevance
55 def _build(self, exec_path, source_path, compile_only=False, argument81 def _clean(self, exec_path): argument90 def _run(self, exec_path, _, in_dir=None): argument
93 def _clean(self, exec_path): # pylint: disable=no-self-use argument
162 const char *exec_path = perf_exec_path(); in load_command_list() local206 const char *exec_path = perf_exec_path(); in list_commands() local
44 void perf_set_argv_exec_path(const char *exec_path) in perf_set_argv_exec_path()