Home
last modified time | relevance | path

Searched defs:exec_path (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/libcxx/android/test/
Dformat.py55 def _build(self, exec_path, source_path, compile_only=False, argument
81 def _clean(self, exec_path): argument
90 def _run(self, exec_path, _, in_dir=None): argument
/external/libcxx/test/libcxx/test/
Dformat.py93 def _clean(self, exec_path): # pylint: disable=no-self-use argument
/external/linux-tools-perf/src/tools/perf/util/
Dhelp.c162 const char *exec_path = perf_exec_path(); in load_command_list() local
206 const char *exec_path = perf_exec_path(); in list_commands() local
Dexec_cmd.c44 void perf_set_argv_exec_path(const char *exec_path) in perf_set_argv_exec_path()