OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execPath
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libpopt/
poptint.h
88
const char *
execPath
;
popt.c
56
con->
execPath
= _free(con->
execPath
);
57
con->
execPath
= xstrdup(path);
59
/*@-nullstate@*/ /* LCL: con->
execPath
not NULL */
399
if (!strchr(item->argv[0], '/') && con->
execPath
!= NULL) {
400
char *s = alloca(strlen(con->
execPath
) + strlen(item->argv[0]) + sizeof("/"));
401
sprintf(s, "%s/%s", con->
execPath
, item->argv[0]);
1099
con->
execPath
= _free(con->
execPath
);
[
all
...]
/external/llvm/utils/Misc/
zkill
170
group.add_option("", "--exec", dest="
execPath
", metavar="REGEX",
241
if opts.
execPath
is not None:
243
if re_full_match(opts.
execPath
, p.executable)]
Completed in 608 milliseconds