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

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.cc 124 virtual void StartBurnImage(const base::FilePath& target_device_path,
126 if (!target_device_path.empty() && !target_file_path.empty() &&
132 burn_manager_->set_target_device_path(target_device_path);
135 burn_manager_->target_device_path().value());
burn_controller.h 65 virtual void StartBurnImage(const base::FilePath& target_device_path,
burn_manager.h 331 const base::FilePath& target_device_path() { return target_device_path_; } function in class:chromeos::imageburner::BurnManager
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 228 base::FilePath target_device_path; local
229 ExtractTargetedDevicePath(*args, 0, &target_device_path);
234 burn_controller_->StartBurnImage(target_device_path, target_file_path);

Completed in 9141 milliseconds