OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_host_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc
183
base::FilePath
app_host_path
;
local
184
if (
app_host_path
.empty()) {
185
app_host_path
= GetAppHostPathForInstallationLevel(
188
if (
app_host_path
.empty())
189
app_host_path
= GetAppHostPathForInstallationLevel(USER_LEVEL_INSTALLATION);
190
return
app_host_path
;
/external/chromium_org/chrome/installer/setup/
install.cc
700
base::FilePath
app_host_path
(chrome_launcher_support::GetAnyAppHostPath());
701
if (
app_host_path
.empty())
704
CommandLine cmd(
app_host_path
);
Completed in 1035 milliseconds