OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
311
def MakeRecoveryPatch(
input_tmp
, output_zip, recovery_img, boot_img):
328
path = os.path.join(
input_tmp
, "SYSTEM", "etc", "recovery-resource.dat")
384
input_tmp
=OPTIONS.
input_tmp
,
413
OPTIONS.
input_tmp
, "BOOT")
415
OPTIONS.
input_tmp
, "RECOVERY")
416
MakeRecoveryPatch(OPTIONS.
input_tmp
, output_zip, recovery_img, boot_img)
788
OPTIONS.
input_tmp
, input_zip = common.UnzipTemp(args[0])
790
OPTIONS.target_tmp = OPTIONS.
input_tmp
798
OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.
input_tmp
, "BOOT", "RAMDISK"
[
all
...]
Completed in 36 milliseconds