Searched refs:app_host_path (Results 1 – 2 of 2) sorted by relevance
183 base::FilePath app_host_path; in GetAnyAppHostPath() local184 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()
700 base::FilePath app_host_path(chrome_launcher_support::GetAnyAppHostPath()); in InstallFromWebstore() local701 if (app_host_path.empty()) in InstallFromWebstore()704 CommandLine cmd(app_host_path); in InstallFromWebstore()