OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_path_key
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/ipc_fuzzer/mutate/
ipc_fuzzer_gen.py
41
app_path_key
= 'APP_PATH'
45
if
app_path_key
not in os.environ:
46
sys.exit('Env var %s should be set to chrome path' %
app_path_key
)
47
chrome_path = os.environ[
app_path_key
]
ipc_fuzzer_mut.py
49
app_path_key
= 'APP_PATH'
53
if
app_path_key
not in os.environ:
54
sys.exit('Env var %s should be set to chrome path' %
app_path_key
)
55
chrome_path = os.environ[
app_path_key
]
/external/chromium_org/chrome/installer/setup/
uninstall.cc
[
all
...]
/external/chromium_org/chrome/installer/util/
shell_util.cc
440
base::string16
app_path_key
(ShellUtil::kAppPathsRegistryKey);
441
app_path_key
.push_back(base::FilePath::kSeparators[0]);
442
app_path_key
.append(chrome_path.BaseName().value());
443
entries->push_back(new RegistryEntry(
app_path_key
, chrome_exe));
444
entries->push_back(new RegistryEntry(
app_path_key
,
[
all
...]
Completed in 2002 milliseconds