OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_device_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.cc
125
virtual void StartBurnImage(const base::FilePath&
target_device_path
,
127
if (!
target_device_path
.empty() && !target_file_path.empty() &&
133
burn_manager_->set_target_device_path(
target_device_path
);
136
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
226
base::FilePath
target_device_path
;
local
227
ExtractTargetedDevicePath(*args, 0, &
target_device_path
);
232
burn_controller_->StartBurnImage(
target_device_path
, target_file_path);
Completed in 1192 milliseconds