OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/resources/
about_version.js
19
* @param {string}
execPath
The executable path to display.
22
function returnFilePaths(
execPath
, profilePath) {
23
$('executable_path').textContent =
execPath
;
/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)]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 57 milliseconds