Home | History | Annotate | Download | only in releasetools

Lines Matching refs:input_tmp

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)