Home
last modified time | relevance | path

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

/external/chromium_org/components/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;
/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()
227 const base::FilePath& unpack_path) { in Install() argument
229 ReadPnaclManifest(unpack_path)); in Install()
253 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.cc107 const base::FilePath& unpack_path) OVERRIDE;
128 const base::FilePath& unpack_path) { in Install() argument
140 if (!base::PathExists(unpack_path.Append(kSwiftShaderEglName)) || in Install()
141 !base::PathExists(unpack_path.Append(kSwiftShaderGlesName))) in Install()
148 if (!base::Move(unpack_path, path)) in Install()
Drecovery_component_installer.cc62 const base::FilePath& unpack_path) OVERRIDE;
106 const base::FilePath& unpack_path) { in Install() argument
131 if (!base::Move(unpack_path, path)) { in Install()
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()
/external/chromium_org/components/component_updater/
Ddefault_component_installer.cc65 const base::FilePath& unpack_path, in InstallHelper() argument
67 if (!base::Move(unpack_path, install_path)) in InstallHelper()
77 const base::FilePath& unpack_path) { in Install() argument
91 if (!InstallHelper(manifest, unpack_path, install_path)) { in Install()
Ddefault_component_installer.h94 const base::FilePath& unpack_path) OVERRIDE;
103 const base::FilePath& unpack_path,
Dcomponent_patcher.cc27 base::ListValue* ReadCommands(const base::FilePath& unpack_path) { in ReadCommands() argument
29 unpack_path.Append(FILE_PATH_LITERAL("commands.json")); in ReadCommands()
Dcomponent_unpacker.cc126 const base::FilePath& unpack_path) { in ReadManifest() argument
128 unpack_path.Append(FILE_PATH_LITERAL("manifest.json")); in ReadManifest()
Dcomponent_unpacker.h28 const base::FilePath& unpack_path);
Dcomponent_updater_service.h56 const base::FilePath& unpack_path) = 0;
/external/chromium_org/chrome/browser/net/
Dcrl_set_fetcher.cc171 const base::FilePath& unpack_path) { in Install() argument
173 unpack_path.Append(FILE_PATH_LITERAL("crl-set")); in Install()
Dcrl_set_fetcher.h38 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()
1406 base::FilePath unpack_path; in InstallProductsHelper() local
1408 &unpack_path)) { in InstallProductsHelper()
1423 unpack_path)); in InstallProductsHelper()
1459 unpack_path.value(), in InstallProductsHelper()
1468 VLOG(1) << "unpacked to " << unpack_path.value(); in InstallProductsHelper()
1470 unpack_path.Append(kInstallSourceChromeDir)); in InstallProductsHelper()
/external/chromium_org/chrome/browser/component_updater/test/
Dcomponent_updater_service_unittest.cc1006 const base::FilePath& unpack_path) OVERRIDE { in TEST_F() argument
1008 base::DeleteFile(unpack_path, true); in TEST_F()