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

  /build/tools/releasetools/
img_from_target_files 68 os.symlink(os.path.join(OPTIONS.input_tmp, "SYSTEM"),
69 os.path.join(OPTIONS.input_tmp, "system"))
73 # os.path.join(OPTIONS.input_tmp, "system"))
83 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "system"),
113 if not os.path.exists(os.path.join(OPTIONS.input_tmp, "vendor")):
114 if os.path.exists(os.path.join(OPTIONS.input_tmp, "VENDOR")):
115 os.symlink(os.path.join(OPTIONS.input_tmp, "VENDOR"),
116 os.path.join(OPTIONS.input_tmp, "vendor"))
118 os.mkdir(os.path.join(OPTIONS.input_tmp, "vendor"))
125 succ = build_image.BuildImage(os.path.join(OPTIONS.input_tmp, "vendor")
    [all...]
ota_from_target_files 348 def MakeRecoveryPatch(input_tmp, output_zip, recovery_img, boot_img):
365 path = os.path.join(input_tmp, "SYSTEM", "etc", "recovery-resource.dat")
421 input_tmp=OPTIONS.input_tmp,
451 OPTIONS.input_tmp, "BOOT")
453 OPTIONS.input_tmp, "RECOVERY")
454 MakeRecoveryPatch(OPTIONS.input_tmp, output_zip, recovery_img, boot_img)
850 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
852 OPTIONS.target_tmp = OPTIONS.input_tmp
860 OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.input_tmp, "BOOT", "RAMDISK"
    [all...]

Completed in 1925 milliseconds