OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientname
(Results
1 - 6
of
6
) sorted by null
/external/fio/examples/
rbd.fio
15
clientname
=admin
/external/valgrind/coregrind/
launcher-darwin.c
103
static const char *find_client(const char *
clientname
)
124
strcat(fullname,
clientname
);
130
return
clientname
;
146
const char *
clientname
, cpu_type_t default_cputype,
151
int fd = open(find_client(
clientname
), O_RDONLY);
153
barf("%s: %s",
clientname
, strerror(errno));
208
const char *
clientname
= NULL;
local
229
clientname
= argv[i];
235
clientname
= argv[i+1];
261
/* Find the real executable if
clientname
is an app bundle. *
[
all
...]
launcher-linux.c
86
static const char *find_client(const char *
clientname
)
92
assert(
clientname
!= NULL);
94
if (path == NULL) return
clientname
;
97
unsigned need = strlen(path) + strlen("/") + strlen(
clientname
) + 1;
118
strcat(fullname,
clientname
);
125
return
clientname
;
129
static const char *select_platform(const char *
clientname
)
140
VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n",
clientname
);
142
if (strchr(
clientname
, '/') == NULL)
143
clientname
= find_client(clientname)
311
const char *
clientname
= NULL;
local
[
all
...]
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 1596 milliseconds