HomeSort by relevance Sort by last modified time
    Searched refs:unpack_path (Results 1 - 17 of 17) 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);
59 const base::FilePath& unpack_path) {
67 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/component_updater/
default_component_installer.h 84 const base::FilePath& unpack_path) OVERRIDE;
93 const base::FilePath& unpack_path,
component_unpacker.h 20 const base::FilePath& unpack_path);
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);
default_component_installer.cc 53 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)) {
component_updater_service.h 46 // json dictionary and |unpack_path| contains the temporary directory
49 const base::FilePath& unpack_path) = 0;
pepper_flash_component_installer.cc 255 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))
component_unpacker.cc 96 const base::FilePath& unpack_path) {
98 unpack_path.Append(FILE_PATH_LITERAL("manifest.json"));
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 35 const base::FilePath& unpack_path) OVERRIDE;
crl_set_fetcher.cc 148 const base::FilePath& unpack_path) {
150 unpack_path.Append(FILE_PATH_LITERAL("crl-set"));
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 46 const base::FilePath& unpack_path) OVERRIDE;
pnacl_component_installer.cc 136 base::DictionaryValue* ReadPnaclManifest(const base::FilePath& unpack_path) {
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)) {
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 610 // |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
    [all...]

Completed in 3670 milliseconds