OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_file_path
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.cc
125
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
);
burn_controller.h
66
const base::FilePath&
target_file_path
) = 0;
burn_manager.h
336
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/
imageburner_ui.cc
231
base::FilePath
target_file_path
;
local
232
ExtractTargetedDevicePath(*args, 1, &
target_file_path
);
234
burn_controller_->StartBurnImage(target_device_path,
target_file_path
);
/development/testrunner/coverage/
coverage.py
253
for
target_file_path
in target_file_paths:
254
targets.Parse(
target_file_path
)
Completed in 287 milliseconds