Searched defs:unpack_dir (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc45 const base::FilePath& unpack_dir,
50 unpack_dir_(unpack_dir),
43 ComponentPatcher( const base::FilePath& input_dir, const base::FilePath& unpack_dir, ComponentInstaller* installer, scoped_refptr<OutOfProcessPatcher> out_of_process_patcher, scoped_refptr<base::SequencedTaskRunner> task_runner) argument
H A Dcomponent_patcher_operation.cc65 const base::FilePath& unpack_dir,
79 unpack_dir.Append(base::FilePath::FromUTF8Unsafe(output_rel_path));
63 Run(const base::DictionaryValue* command_args, const base::FilePath& input_dir, const base::FilePath& unpack_dir, ComponentInstaller* installer, const ComponentUnpacker::Callback& callback, scoped_refptr<base::SequencedTaskRunner> task_runner) argument
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager.cc467 base::FilePath unpack_dir; local
468 GetCrxUnpackDir(&unpack_dir);
470 GetBackgroundTaskRunner(), cache_dir, unpack_dir));
632 void KioskAppManager::GetCrxUnpackDir(base::FilePath* unpack_dir) { argument
635 *unpack_dir = temp_dir.AppendASCII(kCrxUnpackDir);

Completed in 93 milliseconds