Searched refs:execPath (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/libpopt/
H A Dpoptint.h88 const char * execPath; member in struct:poptContext_s
H A Dpopt.c56 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);
/external/llvm/utils/Misc/
H A Dzkill170 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 82 milliseconds