Searched refs:target_file_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_controller.cc125 const base::FilePath& target_file_path) OVERRIDE {
126 if (!target_device_path.empty() && !target_file_path.empty() &&
133 burn_manager_->set_target_file_path(target_file_path);
H A Dburn_controller.h66 const base::FilePath& target_file_path) = 0;
H A Dburn_manager.h336 const base::FilePath& target_file_path() { return target_file_path_; } function in class:chromeos::imageburner::BurnManager
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
H A Dimageburner_ui.cc231 base::FilePath target_file_path; local
232 ExtractTargetedDevicePath(*args, 1, &target_file_path);
234 burn_controller_->StartBurnImage(target_device_path, target_file_path);

Completed in 124 milliseconds