/external/chromium_org/components/component_updater/test/ |
D | test_installer.cc | 23 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()
|
D | test_installer.h | 29 const base::FilePath& unpack_path) OVERRIDE; 67 const base::FilePath& unpack_path) OVERRIDE;
|
/external/chromium_org/chrome/browser/component_updater/pnacl/ |
D | pnacl_component_installer.cc | 138 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()
|
D | pnacl_component_installer.h | 47 const base::FilePath& unpack_path) OVERRIDE;
|
/external/chromium_org/chrome/browser/component_updater/ |
D | swiftshader_component_installer.cc | 107 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()
|
D | recovery_component_installer.cc | 62 const base::FilePath& unpack_path) OVERRIDE; 106 const base::FilePath& unpack_path) { in Install() argument 131 if (!base::Move(unpack_path, path)) { in Install()
|
D | pepper_flash_component_installer.cc | 342 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/ |
D | default_component_installer.cc | 65 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()
|
D | default_component_installer.h | 94 const base::FilePath& unpack_path) OVERRIDE; 103 const base::FilePath& unpack_path,
|
D | component_patcher.cc | 27 base::ListValue* ReadCommands(const base::FilePath& unpack_path) { in ReadCommands() argument 29 unpack_path.Append(FILE_PATH_LITERAL("commands.json")); in ReadCommands()
|
D | component_unpacker.cc | 126 const base::FilePath& unpack_path) { in ReadManifest() argument 128 unpack_path.Append(FILE_PATH_LITERAL("manifest.json")); in ReadManifest()
|
D | component_unpacker.h | 28 const base::FilePath& unpack_path);
|
D | component_updater_service.h | 56 const base::FilePath& unpack_path) = 0;
|
/external/chromium_org/chrome/browser/net/ |
D | crl_set_fetcher.cc | 171 const base::FilePath& unpack_path) { in Install() argument 173 unpack_path.Append(FILE_PATH_LITERAL("crl-set")); in Install()
|
D | crl_set_fetcher.h | 38 const base::FilePath& unpack_path) OVERRIDE;
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_main.cc | 623 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/ |
D | component_updater_service_unittest.cc | 1006 const base::FilePath& unpack_path) OVERRIDE { in TEST_F() argument 1008 base::DeleteFile(unpack_path, true); in TEST_F()
|