Home
last modified time | relevance | path

Searched refs:app_host_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/launcher_support/
Dchrome_launcher_support.cc183 base::FilePath app_host_path; in GetAnyAppHostPath() local
184 if (app_host_path.empty()) { in GetAnyAppHostPath()
185 app_host_path = GetAppHostPathForInstallationLevel( in GetAnyAppHostPath()
188 if (app_host_path.empty()) in GetAnyAppHostPath()
189 app_host_path = GetAppHostPathForInstallationLevel(USER_LEVEL_INSTALLATION); in GetAnyAppHostPath()
190 return app_host_path; in GetAnyAppHostPath()
/external/chromium_org/chrome/installer/setup/
Dinstall.cc700 base::FilePath app_host_path(chrome_launcher_support::GetAnyAppHostPath()); in InstallFromWebstore() local
701 if (app_host_path.empty()) in InstallFromWebstore()
704 CommandLine cmd(app_host_path); in InstallFromWebstore()