HomeSort by relevance Sort by last modified time
    Searched defs:target_file_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.cc 228 base::FilePath target_file_path; local
229 ExtractTargetedDevicePath(*args, 1, &target_file_path);
231 burn_controller_->StartBurnImage(target_device_path, target_file_path);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 336 const base::FilePath& target_file_path() { return target_file_path_; } function in class:chromeos::imageburner::BurnManager

Completed in 3738 milliseconds