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.py433 framework_dict = common.LoadDictionaryFromFile(
445 merged_dict[key] = framework_dict[key]
449 framework_dict.get('use_dynamic_partitions') == 'true'):
451 framework_dict=framework_dict, vendor_dict=merged_dict)
466 for key in framework_dict:
509 framework_dict=framework_dynamic_partitions_dict,
587 framework_dict = read_helper(framework_target_files_dir)
606 filter_into_merged_dict(framework_dict, framework_partition_set)
Dtest_common.py1420 framework_dict = {
1434 framework_dict=framework_dict,
1447 framework_dict = {
1462 framework_dict=framework_dict,
Dcommon.py990 def MergeDynamicPartitionInfoDicts(framework_dict, vendor_dict): argument
1006 framework_dynamic_partition_list = framework_dict.get(
1023 (framework_dict.get(key, ""), vendor_dict.get(key, ""))).strip()