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

/external/chromium_org/components/component_updater/test/
H A Dtest_installer.cc23 const base::FilePath& unpack_path) {
25 return base::DeleteFile(unpack_path, true);
63 const base::FilePath& unpack_path) {
71 if (!base::Move(unpack_path, path))
22 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
62 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dtest_installer.h29 const base::FilePath& unpack_path) OVERRIDE;
67 const base::FilePath& unpack_path) OVERRIDE;
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.h94 const base::FilePath& unpack_path) OVERRIDE;
103 const base::FilePath& unpack_path,
H A Dcomponent_patcher.cc27 base::ListValue* ReadCommands(const base::FilePath& unpack_path) { argument
29 unpack_path.Append(FILE_PATH_LITERAL("commands.json"));
H A Dcomponent_unpacker.h28 const base::FilePath& unpack_path);
H A Ddefault_component_installer.cc65 const base::FilePath& unpack_path,
67 if (!base::Move(unpack_path, install_path))
77 const base::FilePath& unpack_path) {
91 if (!InstallHelper(manifest, unpack_path, install_path)) {
63 InstallHelper( const base::DictionaryValue& manifest, const base::FilePath& unpack_path, const base::FilePath& install_path) argument
76 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dcomponent_updater_service.h52 // json dictionary and |unpack_path| contains the temporary directory
56 const base::FilePath& unpack_path) = 0;
H A Dcomponent_unpacker.cc126 const base::FilePath& unpack_path) {
128 unpack_path.Append(FILE_PATH_LITERAL("manifest.json"));
125 ReadManifest( const base::FilePath& unpack_path) argument
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc138 base::DictionaryValue* ReadPnaclManifest(const base::FilePath& unpack_path) { argument
140 GetPlatformDir(unpack_path).AppendASCII("pnacl_public_pnacl_json");
148 const base::FilePath& unpack_path) {
150 unpack_path.Append(FILE_PATH_LITERAL("manifest.json"));
227 const base::FilePath& unpack_path) {
229 ReadPnaclManifest(unpack_path));
253 if (!base::Move(unpack_path, path)) {
147 ReadComponentManifest( const base::FilePath& unpack_path) argument
226 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dpnacl_component_installer.h47 const base::FilePath& unpack_path) OVERRIDE;
/external/chromium_org/chrome/browser/component_updater/
H A Dswiftshader_component_installer.cc107 const base::FilePath& unpack_path) OVERRIDE;
128 const base::FilePath& unpack_path) {
140 if (!base::PathExists(unpack_path.Append(kSwiftShaderEglName)) ||
141 !base::PathExists(unpack_path.Append(kSwiftShaderGlesName)))
148 if (!base::Move(unpack_path, path))
126 Install( const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Drecovery_component_installer.cc62 const base::FilePath& unpack_path) OVERRIDE;
106 const base::FilePath& unpack_path) {
131 if (!base::Move(unpack_path, path)) {
105 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dpepper_flash_component_installer.cc342 const base::FilePath& unpack_path) OVERRIDE;
363 const base::FilePath& unpack_path) {
369 if (!base::PathExists(unpack_path.Append(chrome::kPepperFlashPluginFilename)))
376 if (!base::Move(unpack_path, path))
361 Install( const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.h38 const base::FilePath& unpack_path) OVERRIDE;
H A Dcrl_set_fetcher.cc171 const base::FilePath& unpack_path) {
173 unpack_path.Append(FILE_PATH_LITERAL("crl-set"));
170 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc618 // |unpack_path| to a random directory beginning with "source" within
623 base::FilePath* unpack_path) {
624 DCHECK(temp_path && unpack_path);
635 unpack_path)) {
1406 base::FilePath unpack_path; local
1408 &unpack_path)) {
1423 unpack_path));
1459 unpack_path.value(),
1468 VLOG(1) << "unpacked to " << unpack_path.value();
1470 unpack_path
620 CreateTemporaryAndUnpackDirectories( const InstallerState& installer_state, installer::SelfCleaningTempDir* temp_path, base::FilePath* unpack_path) argument
[all...]
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc1006 const base::FilePath& unpack_path) OVERRIDE {
1008 base::DeleteFile(unpack_path, true);

Completed in 156 milliseconds