HomeSort by relevance Sort by last modified time
    Searched refs:app_host_exe (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 210 base::FilePath app_host_exe = GetAnyAppHostPath(); local
211 return !app_host_exe.empty();
  /external/chromium_org/chrome/installer/setup/
install.cc 551 const base::FilePath app_host_exe(
557 CreateOrUpdateShortcuts(app_host_exe, *app_launcher_product, prefs,
uninstall.cc 529 base::FilePath app_host_exe(target_path.Append(installer::kChromeAppHostExe));
530 if (!base::DeleteFile(app_host_exe, false)) {
532 LOG(ERROR) << "Failed to delete path: " << app_host_exe.value();
    [all...]

Completed in 305 milliseconds