Searched refs:execPath (Results 1 – 4 of 4) sorted by relevance
22 function returnFilePaths(execPath, profilePath) { argument23 $('executable_path').textContent = execPath;
56 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()
88 const char * execPath; member
241 if opts.execPath is not None:243 if re_full_match(opts.execPath, p.executable)]