Searched refs:app_host_exe (Results 1 – 3 of 3) sorted by relevance
194 base::FilePath app_host_exe = GetAnyAppHostPath(); in IsAppHostPresent() local195 return !app_host_exe.empty(); in IsAppHostPresent()
553 const base::FilePath app_host_exe( in InstallOrUpdateProduct() local559 CreateOrUpdateShortcuts(app_host_exe, *app_launcher_product, prefs, in InstallOrUpdateProduct()
537 base::FilePath app_host_exe(target_path.Append(installer::kChromeAppHostExe)); in DeleteAppHostFilesAndFolders() local538 if (!base::DeleteFile(app_host_exe, false)) { in DeleteAppHostFilesAndFolders()540 LOG(ERROR) << "Failed to delete path: " << app_host_exe.value(); in DeleteAppHostFilesAndFolders()