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

/external/chromium_org/chrome/browser/component_updater/test/
H A Dtest_installer.cc20 const base::FilePath& unpack_path) {
22 return base::DeleteFile(unpack_path, true);
59 const base::FilePath& unpack_path) {
67 if (!base::Move(unpack_path, path))
19 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
58 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dtest_installer.h25 const base::FilePath& unpack_path) OVERRIDE;
63 const base::FilePath& unpack_path) OVERRIDE;
H A Dcomponent_updater_service_unittest.cc1074 const base::FilePath& unpack_path) OVERRIDE {
1076 base::DeleteFile(unpack_path, true);
/external/chromium_org/chrome/browser/component_updater/
H A Ddefault_component_installer.h84 const base::FilePath& unpack_path) OVERRIDE;
93 const base::FilePath& unpack_path,
H A Dcomponent_unpacker.h20 const base::FilePath& unpack_path);
H A Dcomponent_patcher.cc20 base::ListValue* ReadCommands(const base::FilePath& unpack_path) { argument
22 unpack_path.Append(FILE_PATH_LITERAL("commands.json"));
H A Dswiftshader_component_installer.cc106 const base::FilePath& unpack_path) OVERRIDE;
126 const base::FilePath& unpack_path) {
138 if (!base::PathExists(unpack_path.Append(kSwiftShaderEglName)) ||
139 !base::PathExists(unpack_path.Append(kSwiftShaderGlesName)))
146 if (!base::Move(unpack_path, path))
124 Install( const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Drecovery_component_installer.cc57 const base::FilePath& unpack_path) OVERRIDE;
102 const base::FilePath& unpack_path) {
114 base::FilePath main_file = unpack_path.Append(kRecoveryFileName);
101 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Ddefault_component_installer.cc53 const base::FilePath& unpack_path,
55 if (!base::Move(unpack_path, install_path))
65 const base::FilePath& unpack_path) {
79 if (!InstallHelper(manifest, unpack_path, install_path)) {
51 InstallHelper( const base::DictionaryValue& manifest, const base::FilePath& unpack_path, const base::FilePath& install_path) argument
64 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dpepper_flash_component_installer.cc255 const base::FilePath& unpack_path) OVERRIDE;
275 const base::FilePath& unpack_path) {
281 if (!base::PathExists(unpack_path.Append(
289 if (!base::Move(unpack_path, path))
273 Install( const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
H A Dcomponent_updater_service.h46 // json dictionary and |unpack_path| contains the temporary directory
49 const base::FilePath& unpack_path) = 0;
H A Dcomponent_unpacker.cc96 const base::FilePath& unpack_path) {
98 unpack_path.Append(FILE_PATH_LITERAL("manifest.json"));
95 ReadManifest( const base::FilePath& unpack_path) argument
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.h46 const base::FilePath& unpack_path) OVERRIDE;
H A Dpnacl_component_installer.cc136 base::DictionaryValue* ReadPnaclManifest(const base::FilePath& unpack_path) { argument
137 base::FilePath manifest_path = GetPlatformDir(unpack_path).AppendASCII(
146 const base::FilePath& unpack_path) {
147 base::FilePath manifest_path = unpack_path.Append(
254 const base::FilePath& unpack_path) {
256 ReadPnaclManifest(unpack_path));
280 if (!base::Move(unpack_path, path)) {
145 ReadComponentManifest( const base::FilePath& unpack_path) argument
253 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.h35 const base::FilePath& unpack_path) OVERRIDE;
H A Dcrl_set_fetcher.cc148 const base::FilePath& unpack_path) {
150 unpack_path.Append(FILE_PATH_LITERAL("crl-set"));
147 Install(const base::DictionaryValue& manifest, const base::FilePath& unpack_path) argument
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc610 // |unpack_path| to a random directory beginning with "source" within
615 base::FilePath* unpack_path) {
616 DCHECK(temp_path && unpack_path);
627 unpack_path)) {
1401 base::FilePath unpack_path; local
1403 &unpack_path)) {
1417 CreateChromeArchiveHelper(cmd_line, installer_state, unpack_path));
1455 unpack_path.value(),
1464 VLOG(1) << "unpacked to " << unpack_path.value();
1466 unpack_path
612 CreateTemporaryAndUnpackDirectories( const InstallerState& installer_state, installer::SelfCleaningTempDir* temp_path, base::FilePath* unpack_path) argument
[all...]

Completed in 205 milliseconds