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

  /external/chromium_org/components/component_updater/
component_patcher.cc 45 const base::FilePath& unpack_dir,
50 unpack_dir_(unpack_dir),
component_patcher.h 63 const base::FilePath& unpack_dir,
component_patcher_operation.h 39 const base::FilePath& unpack_dir,
component_patcher_operation.cc 65 const base::FilePath& unpack_dir,
79 unpack_dir.Append(base::FilePath::FromUTF8Unsafe(output_rel_path));
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 467 base::FilePath unpack_dir; local
468 GetCrxUnpackDir(&unpack_dir);
470 GetBackgroundTaskRunner(), cache_dir, unpack_dir));
632 void KioskAppManager::GetCrxUnpackDir(base::FilePath* unpack_dir) {
635 *unpack_dir = temp_dir.AppendASCII(kCrxUnpackDir);
kiosk_app_manager.h 263 void GetCrxUnpackDir(base::FilePath* unpack_dir);
  /build/tools/releasetools/
common.py 364 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir,
367 image. Look for it in 'unpack_dir'/BOOTABLE_IMAGES under the name
368 'prebuilt_name', otherwise look for it under 'unpack_dir'/IMAGES,
370 'unpack_dir'/'tree_subdir'."""
372 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name)
377 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
384 data = BuildBootableImage(os.path.join(unpack_dir, tree_subdir),
385 os.path.join(unpack_dir, fs_config),
    [all...]

Completed in 66 milliseconds