OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_path
(Results
1 - 8
of
8
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
exec_cmd.h
4
extern void perf_set_argv_exec_path(const char *
exec_path
);
exec_cmd.c
44
void perf_set_argv_exec_path(const char *
exec_path
)
46
argv_exec_path =
exec_path
;
50
setenv(EXEC_PATH_ENVIRONMENT,
exec_path
, 1);
help.c
162
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
));
/art/runtime/
prebuilt_tools_test.cc
35
std::string
exec_path
= tools_dir + tool;
local
36
if (stat(
exec_path
.c_str(), &exec_st) != 0) {
/external/libcxx/test/libcxx/android/test/
format.py
55
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/
format.py
93
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
)
/ndk/sources/host-tools/make-3.81/w32/include/
sub_proc.h
38
char *
exec_path
, char *as_user));
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
30
static char *make_command_line(char *shell_name, char *
exec_path
, char **argv);
350
find_file(char *
exec_path
, LPOFSTRUCT file_info)
356
fname = malloc(strlen(
exec_path
) + 5);
357
strcpy(fname,
exec_path
);
382
if ((exec_handle = (HANDLE)(intptr_t)OpenFile(
exec_path
, file_info,
412
char *
exec_path
,
430
* Shell script detection... if the
exec_path
starts with #! then
439
exec_handle = find_file(
exec_path
, &file_info);
462
*
exec_path
args to shell_name
exec_path
arg
[
all
...]
Completed in 123 milliseconds