Home
last modified time | relevance | path

Searched refs:unpack_path (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/test/
Dtest_installer.cc23 const base::FilePath& unpack_path) { in Install() argument
25 return base::DeleteFile(unpack_path, true); in Install()
63 const base::FilePath& unpack_path) { in Install() argument
71 if (!base::Move(unpack_path, path)) in Install()
Dtest_installer.h29 const base::FilePath& unpack_path) OVERRIDE;
67 const base::FilePath& unpack_path) OVERRIDE;
Dcomponent_updater_service_unittest.cc1108 const base::FilePath& unpack_path) OVERRIDE { in TEST_F() argument
1110 base::DeleteFile(unpack_path, true); in TEST_F()
/external/chromium_org/chrome/browser/component_updater/pnacl/
Dpnacl_component_installer.cc138 base::DictionaryValue* ReadPnaclManifest(const base::FilePath& unpack_path) { in ReadPnaclManifest() argument
140 GetPlatformDir(unpack_path).AppendASCII("pnacl_public_pnacl_json"); in ReadPnaclManifest()
148 const base::FilePath& unpack_path) { in ReadComponentManifest() argument
150 unpack_path.Append(FILE_PATH_LITERAL("manifest.json")); in ReadComponentManifest()
228 const base::FilePath& unpack_path) { in Install() argument
230 ReadPnaclManifest(unpack_path)); in Install()
254 if (!base::Move(unpack_path, path)) { in Install()
Dpnacl_component_installer.h47 const base::FilePath& unpack_path) OVERRIDE;
/external/chromium_org/chrome/browser/component_updater/
Dswiftshader_component_installer.cc109 const base::FilePath& unpack_path) OVERRIDE;
130 const base::FilePath& unpack_path) { in Install() argument
142 if (!base::PathExists(unpack_path.Append(kSwiftShaderEglName)) || in Install()
143 !base::PathExists(unpack_path.Append(kSwiftShaderGlesName))) in Install()
150 if (!base::Move(unpack_path, path)) in Install()
Ddefault_component_installer.cc55 const base::FilePath& unpack_path, in InstallHelper() argument
57 if (!base::Move(unpack_path, install_path)) in InstallHelper()
67 const base::FilePath& unpack_path) { in Install() argument
81 if (!InstallHelper(manifest, unpack_path, install_path)) { in Install()
Drecovery_component_installer.cc62 const base::FilePath& unpack_path) OVERRIDE;
106 const base::FilePath& unpack_path) { in Install() argument
126 if (!base::Move(unpack_path, path)) { in Install()
Ddefault_component_installer.h88 const base::FilePath& unpack_path) OVERRIDE;
97 const base::FilePath& unpack_path,
Dcomponent_patcher.cc26 base::ListValue* ReadCommands(const base::FilePath& unpack_path) { in ReadCommands() argument
28 unpack_path.Append(FILE_PATH_LITERAL("commands.json")); in ReadCommands()
Dpepper_flash_component_installer.cc342 const base::FilePath& unpack_path) OVERRIDE;
363 const base::FilePath& unpack_path) { in Install() argument
369 if (!base::PathExists(unpack_path.Append(chrome::kPepperFlashPluginFilename))) in Install()
376 if (!base::Move(unpack_path, path)) in Install()
Dcomponent_unpacker.h26 const base::FilePath& unpack_path);
Dcomponent_unpacker.cc121 const base::FilePath& unpack_path) { in ReadManifest() argument
123 unpack_path.Append(FILE_PATH_LITERAL("manifest.json")); in ReadManifest()
Dcomponent_updater_service.h50 const base::FilePath& unpack_path) = 0;
/external/chromium_org/chrome/browser/net/
Dcrl_set_fetcher.cc175 const base::FilePath& unpack_path) { in Install() argument
177 unpack_path.Append(FILE_PATH_LITERAL("crl-set")); in Install()
Dcrl_set_fetcher.h36 const base::FilePath& unpack_path) OVERRIDE;
/external/chromium_org/chrome/installer/setup/
Dsetup_main.cc623 base::FilePath* unpack_path) { in CreateTemporaryAndUnpackDirectories() argument
624 DCHECK(temp_path && unpack_path); in CreateTemporaryAndUnpackDirectories()
635 unpack_path)) { in CreateTemporaryAndUnpackDirectories()
1415 base::FilePath unpack_path; in InstallProductsHelper() local
1417 &unpack_path)) { in InstallProductsHelper()
1432 unpack_path)); in InstallProductsHelper()
1468 unpack_path.value(), in InstallProductsHelper()
1477 VLOG(1) << "unpacked to " << unpack_path.value(); in InstallProductsHelper()
1479 unpack_path.Append(kInstallSourceChromeDir)); in InstallProductsHelper()