Home
last modified time | relevance | path

Searched refs:execPath (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/
Dabout_version.js22 function returnFilePaths(execPath, profilePath) { argument
23 $('executable_path').textContent = execPath;
/external/oprofile/libpopt/
Dpopt.c56 con->execPath = _free(con->execPath); in poptSetExecPath()
57 con->execPath = xstrdup(path); in poptSetExecPath()
399 if (!strchr(item->argv[0], '/') && con->execPath != NULL) { in execCommand()
400 char *s = alloca(strlen(con->execPath) + strlen(item->argv[0]) + sizeof("/")); in execCommand()
401 sprintf(s, "%s/%s", con->execPath, item->argv[0]); in execCommand()
1099 con->execPath = _free(con->execPath); in poptFreeContext()
Dpoptint.h88 const char * execPath; member
/external/llvm/utils/Misc/
Dzkill241 if opts.execPath is not None:
243 if re_full_match(opts.execPath, p.executable)]