Home
last modified time | relevance | path

Searched refs:extracted_input (Results 1 – 6 of 6) sorted by relevance

/aosp12/bootable/recovery/updater/include/updater/
H A Dtarget_files.h44 TargetFile(std::string path, bool extracted_input) in TargetFile() argument
45 : path_(std::move(path)), extracted_input_(extracted_input) {} in TargetFile()
H A Dbuild_info.h53 bool ParseTargetFile(const std::string_view target_file_path, bool extracted_input);
/aosp12/bootable/recovery/updater/
H A Dbuild_info.cpp30 bool BuildInfo::ParseTargetFile(const std::string_view target_file_path, bool extracted_input) { in ParseTargetFile() argument
31 TargetFile target_file(std::string(target_file_path), extracted_input); in ParseTargetFile()
/aosp12/build/make/tools/releasetools/
H A Dota_from_target_files278 OPTIONS.extracted_input = None
1263 OPTIONS.extracted_input = a
1354 if OPTIONS.extracted_input is not None:
1355 OPTIONS.info_dict = common.LoadInfoDict(OPTIONS.extracted_input)
H A Dota_from_target_files.py278 OPTIONS.extracted_input = None
1263 OPTIONS.extracted_input = a
1354 if OPTIONS.extracted_input is not None:
1355 OPTIONS.info_dict = common.LoadInfoDict(OPTIONS.extracted_input)
H A Dnon_ab_ota.py563 if OPTIONS.extracted_input is not None:
564 OPTIONS.input_tmp = OPTIONS.extracted_input