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 194 base::FilePath app_host_exe = GetAnyAppHostPath(); local
195 return !app_host_exe.empty();
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 546 base::FilePath app_host_exe(target_path.Append(installer::kChromeAppHostExe));
547 if (!base::DeleteFile(app_host_exe, false)) {
549 LOG(ERROR) << "Failed to delete path: " << app_host_exe.value();
    [all...]
install.cc 541 const base::FilePath app_host_exe(
547 CreateOrUpdateShortcuts(app_host_exe, *app_launcher_product, prefs,

Completed in 559 milliseconds