HomeSort by relevance Sort by last modified time
    Searched full:uninstall_shortcut_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/installer/setup/
install.cc 265 base::FilePath uninstall_shortcut_path; local
267 dist, shortcut_level, &uninstall_shortcut_path);
268 uninstall_shortcut_path = uninstall_shortcut_path.Append(
270 base::DeleteFile(uninstall_shortcut_path, false);

Completed in 191 milliseconds