/external/chromium_org/chrome/browser/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;
|
D | component_updater_service_unittest.cc | 1108 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/ |
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() 228 const base::FilePath& unpack_path) { in Install() argument 230 ReadPnaclManifest(unpack_path)); in Install() 254 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 | 109 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()
|
D | default_component_installer.cc | 55 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()
|
D | recovery_component_installer.cc | 62 const base::FilePath& unpack_path) OVERRIDE; 106 const base::FilePath& unpack_path) { in Install() argument 126 if (!base::Move(unpack_path, path)) { in Install()
|
D | default_component_installer.h | 88 const base::FilePath& unpack_path) OVERRIDE; 97 const base::FilePath& unpack_path,
|
D | component_patcher.cc | 26 base::ListValue* ReadCommands(const base::FilePath& unpack_path) { in ReadCommands() argument 28 unpack_path.Append(FILE_PATH_LITERAL("commands.json")); in ReadCommands()
|
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()
|
D | component_unpacker.h | 26 const base::FilePath& unpack_path);
|
D | component_unpacker.cc | 121 const base::FilePath& unpack_path) { in ReadManifest() argument 123 unpack_path.Append(FILE_PATH_LITERAL("manifest.json")); in ReadManifest()
|
D | component_updater_service.h | 50 const base::FilePath& unpack_path) = 0;
|
/external/chromium_org/chrome/browser/net/ |
D | crl_set_fetcher.cc | 175 const base::FilePath& unpack_path) { in Install() argument 177 unpack_path.Append(FILE_PATH_LITERAL("crl-set")); in Install()
|
D | crl_set_fetcher.h | 36 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() 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()
|