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

  /external/chromium_org/chrome/installer/util/
helper.cc 19 base::FilePath install_path; local
28 if (PathService::Get(key, &install_path)) {
29 install_path = install_path.Append(dist->GetInstallSubDir());
30 install_path = install_path.Append(kInstallBinaryDir);
32 return install_path;
  /external/chromium_org/chrome/browser/component_updater/
default_component_installer.cc 56 const base::FilePath& install_path) {
57 if (!base::Move(unpack_path, install_path))
59 if (!installer_traits_->OnCustomInstall(manifest, install_path))
61 if (!installer_traits_->VerifyInstallation(install_path))
75 base::FilePath install_path =
77 if (base::PathExists(install_path)) {
78 if (!base::DeleteFile(install_path, true))
81 if (!InstallHelper(manifest, unpack_path, install_path)) {
82 base::DeleteFile(install_path, true);
default_component_installer.h 98 const base::FilePath& install_path);
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc 114 base::FilePath install_path = local
116 EXPECT_FALSE(base::PathExists(install_path));
122 base::FilePath install_path = local
124 EXPECT_TRUE(base::PathExists(install_path));