HomeSort by relevance Sort by last modified time
    Searched refs:unpack_path (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/component_updater/test/
test_installer.cc 20 const base::FilePath& unpack_path) {
22 return base::DeleteFile(unpack_path, true);
60 const base::FilePath& unpack_path) {
68 if (!base::Move(unpack_path, path))
test_installer.h 25 const base::FilePath& unpack_path) OVERRIDE;
63 const base::FilePath& unpack_path) OVERRIDE;
component_updater_service_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 35 const base::FilePath& unpack_path) OVERRIDE;
crl_set_fetcher.cc 146 const base::FilePath& unpack_path) {
150 unpack_path.Append(FILE_PATH_LITERAL("crl-set"));
  /external/chromium_org/chrome/browser/component_updater/
component_patcher.cc 20 base::ListValue* ReadCommands(const base::FilePath& unpack_path) {
22 unpack_path.Append(FILE_PATH_LITERAL("commands.json"));
swiftshader_component_installer.cc 106 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))
recovery_component_installer.cc 57 const base::FilePath& unpack_path) OVERRIDE;
102 const base::FilePath& unpack_path) {
114 base::FilePath main_file = unpack_path.Append(kRecoveryFileName);
component_updater_service.h 37 // json dictionary and |unpack_path| contains the temporary directory
40 const base::FilePath& unpack_path) = 0;
pepper_flash_component_installer.cc 252 const base::FilePath& unpack_path) OVERRIDE;
272 const base::FilePath& unpack_path) {
278 if (!base::PathExists(unpack_path.Append(
286 if (!base::Move(unpack_path, path))
widevine_cdm_component_installer.cc 196 const base::FilePath& unpack_path) OVERRIDE;
217 const base::FilePath& unpack_path) {
225 GetPlatformDirectory(unpack_path).AppendASCII(kWidevineCdmFileName))) {
239 if (!base::Move(unpack_path, install_path))
component_unpacker.cc 92 base::DictionaryValue* ReadManifest(const base::FilePath& unpack_path) {
94 unpack_path.Append(FILE_PATH_LITERAL("manifest.json"));
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 37 const base::FilePath& unpack_path) OVERRIDE;
pnacl_component_installer.cc 122 base::DictionaryValue* ReadPnaclManifest(const base::FilePath& unpack_path) {
123 base::FilePath manifest_path = GetPlatformDir(unpack_path).AppendASCII(
132 const base::FilePath& unpack_path) {
133 base::FilePath manifest_path = unpack_path.Append(
241 const base::FilePath& unpack_path) {
244 ReadPnaclManifest(unpack_path));
272 if (!base::Move(unpack_path, path)) {
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 665 // |unpack_path| to a random directory beginning with "source" within
670 base::FilePath* unpack_path) {
671 DCHECK(temp_path && unpack_path);
682 unpack_path)) {
1424 base::FilePath unpack_path; local
    [all...]

Completed in 215 milliseconds