Searched refs:exec_path (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dexec_cmd.h4 extern void perf_set_argv_exec_path(const char *exec_path);
H A Dexec_cmd.c44 void perf_set_argv_exec_path(const char *exec_path) argument
46 argv_exec_path = exec_path;
50 setenv(EXEC_PATH_ENVIRONMENT, exec_path, 1);
H A Dhelp.c162 const char *exec_path = perf_exec_path(); local
164 if (exec_path) {
165 list_commands_in_dir(main_cmds, exec_path, prefix);
177 if (!exec_path || strcmp(path, exec_path))
206 const char *exec_path = perf_exec_path(); local
207 printf("available %s in '%s'\n", title, exec_path);
209 mput_char('-', strlen(title) + strlen(exec_path));
/external/libcxx/test/libcxx/android/test/
H A Dformat.py55 def _build(self, exec_path, source_path, compile_only=False,
59 self, exec_path, source_path, compile_only, use_verify)
64 exec_file = os.path.basename(exec_path)
67 adb.push(exec_path, self._wd_path(exec_file, exec_file))
81 def _clean(self, exec_path):
82 exec_file = os.path.basename(exec_path)
86 os.remove(exec_path)
90 def _run(self, exec_path, _, in_dir=None):
/external/libcxx/test/libcxx/test/
H A Dformat.py93 def _clean(self, exec_path): # pylint: disable=no-self-use
94 libcxx.util.cleanFile(exec_path)
98 exec_path = tmpBase + '.exe'
105 source_path, out=exec_path, object_file=object_path,
123 out, err, rc = self.executor.run(exec_path, [exec_path],
135 self._clean(exec_path)

Completed in 133 milliseconds