Home
last modified time | relevance | path

Searched refs:framework_dict (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/releasetools/
Dmerge_builds.py84 framework_dict = common.LoadDictionaryFromFile(
93 if (framework_dict.get("use_dynamic_partitions") == "true") and (
99 framework_dict=framework_dict, vendor_dict=vendor_dict))
108 framework_dict = common.LoadDictionaryFromFile(
115 merged_dict[key] = framework_dict[key]
Dmerge_target_files.py442 framework_dict = common.LoadDictionaryFromFile(
454 merged_dict[key] = framework_dict[key]
458 == 'true') and (framework_dict.get('use_dynamic_partitions') == 'true'):
460 framework_dict=framework_dict, vendor_dict=merged_dict)
481 for key in framework_dict:
524 framework_dict=framework_dynamic_partitions_dict,
602 framework_dict = read_helper(framework_target_files_dir)
626 filter_into_merged_dict(framework_dict, framework_partition_set)
Dtest_common.py1513 framework_dict = {
1531 framework_dict=framework_dict,
1547 framework_dict = {
1564 framework_dict=framework_dict,
Dcommon.py1155 def MergeDynamicPartitionInfoDicts(framework_dict, vendor_dict): argument
1174 if (framework_dict.get("use_dynamic_partitions") !=
1181 framework_dict.get("dynamic_partition_list", ""),
1207 framework_dict.get(key, ""), vendor_dict.get(key, ""))