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
323
def MakeRecoveryPatch(
input_tmp
, output_zip, recovery_img, boot_img):
340
path = os.path.join(
input_tmp
, "SYSTEM", "etc", "recovery-resource.dat")
396
input_tmp
=OPTIONS.
input_tmp
,
426
OPTIONS.
input_tmp
, "BOOT")
428
OPTIONS.
input_tmp
, "RECOVERY")
429
MakeRecoveryPatch(OPTIONS.
input_tmp
, output_zip, recovery_img, boot_img)
801
OPTIONS.
input_tmp
, input_zip = common.UnzipTemp(args[0])
803
OPTIONS.target_tmp = OPTIONS.
input_tmp
811
OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.
input_tmp
, "BOOT", "RAMDISK"
[
all
...]
Completed in 27 milliseconds