HomeSort by relevance Sort by last modified time
    Searched refs:LoadInfoDict (Results 1 - 14 of 14) sorted by null

  /build/make/tools/releasetools/
make_recovery_patch 40 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
make_recovery_patch.py 40 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
img_from_target_files 57 info = OPTIONS.info_dict = common.LoadInfoDict(input_file)
170 # However, common.LoadInfoDict() may read additional files under BOOT/,
img_from_target_files.py 57 info = OPTIONS.info_dict = common.LoadInfoDict(input_file)
170 # However, common.LoadInfoDict() may read additional files under BOOT/,
test_common.py     [all...]
build_super_image.py 148 info_dict = common.LoadInfoDict(inp)
validate_target_files.py 382 info_dict = common.LoadInfoDict(input_tmp)
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]
add_img_to_target_files 717 OPTIONS.info_dict = common.LoadInfoDict(OPTIONS.input_tmp, repacking=True)
    [all...]
add_img_to_target_files.py 717 OPTIONS.info_dict = common.LoadInfoDict(OPTIONS.input_tmp, repacking=True)
    [all...]
sign_target_files_apks     [all...]
sign_target_files_apks.py     [all...]
common.py 274 def LoadInfoDict(input_file, repacking=False):
384 # ../RAMDISK/system/etc/recovery.fstab. LoadInfoDict() has to handle both
862 info_dict = LoadInfoDict(input_zip)
    [all...]

Completed in 85 milliseconds