Searched refs:read_helper (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | merge_target_files.py | 576 def read_helper(d): function 587 framework_dict = read_helper(framework_target_files_dir) 588 vendor_dict = read_helper(vendor_target_files_dir)
|
D | common.py | 650 def read_helper(fn): function 654 d = LoadDictionaryFromLines(read_helper("META/misc_info.txt").split("\n")) 714 d["fstab"] = _FindAndLoadRecoveryFstab(d, input_file, read_helper) 874 def LoadRecoveryFSTab(read_helper, fstab_version, recovery_fstab_path, argument 886 data = read_helper(recovery_fstab_path) 943 def _FindAndLoadRecoveryFstab(info_dict, input_file, read_helper): argument 966 read_helper, info_dict['fstab_version'], recovery_fstab_path, 979 read_helper, info_dict['fstab_version'], recovery_fstab_path,
|