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
108
os.symlink(os.path.join(OPTIONS.
input_tmp
, "SYSTEM"),
109
os.path.join(OPTIONS.
input_tmp
, "system"))
113
# os.path.join(OPTIONS.
input_tmp
, "system"))
125
build_command.extend([os.path.join(OPTIONS.
input_tmp
, "system"), img.name,
134
build_command.append(os.path.join(OPTIONS.
input_tmp
, "system"))
151
output_zip.write(os.path.join(OPTIONS.
input_tmp
, "OTA", "android-info.txt"),
179
OPTIONS.
input_tmp
, input_zip = common.UnzipTemp(args[0])
185
"boot.img", "boot.img", OPTIONS.
input_tmp
, "BOOT").AddToZip(output_zip)
187
"recovery.img", "recovery.img", OPTIONS.
input_tmp
,
197
shutil.rmtree(OPTIONS.
input_tmp
)
[
all
...]
ota_from_target_files
382
input_tmp
=OPTIONS.
input_tmp
,
411
OPTIONS.
input_tmp
, "BOOT")
413
OPTIONS.
input_tmp
, "RECOVERY")
788
OPTIONS.
input_tmp
, input_zip = common.UnzipTemp(args[0])
790
OPTIONS.target_tmp = OPTIONS.
input_tmp
Completed in 4436 milliseconds