Lines Matching refs:format
107 "${{OUT}}/system/framework/oat/{}/services.odex".format(arch)),
109 print("Running: {}".format(run_print(args)))
114 print("Falling back to ART boot image: {}".format(res))
118 "${{OUT}}/apex/art_boot_images/javalib/{}/boot.oat".format(arch)),
120 print("Running: {}".format(run_print(args)))
139 "$ANDROID_HOST_OUT/apex/art_boot_images/javalib/{}/boot.oat".format(
149 "--runtime-arg", "-Xbootclasspath:{}".format(str_bcp),
150 "--runtime-arg", "-Xbootclasspath-locations:{}".format(str_bcp_loc)
155 return "/proc/{}/fd/{}".format(os.getpid(), fd)
167 return ['--profile-file={}'.format(args.profile_file)]
178 profman_args.append("--reference-profile-file={}".format(
181 profman_args.append("--reference-profile-file-fd={}".format(prof_out_fd))
183 profman_args.append("--create-profile-from={}".format(args.profile_file))
190 profman_args.append("--create-profile-from={}".format(fdfile(prof_in_fd)))
192 profman_args.append("--apk={}".format(f))
193 profman_args.append("--dex-location={}".format(
195 print("Running: {}".format(run_print(profman_args)))
200 return ["--profile-file={}".format(fdfile(prof_out_fd))]
202 return ["--profile-file={}".format(fdfile(prof_out_fd))]
214 extra.append("--dex-location={}".format(
216 extra.append("--dex-file={}".format(f))
226 extra.append("--dex-location={}".format(
228 extra.append("--dex-file={}".format(f))
231 extra.append("--instruction-set={}".format(real_arch))
232 extra.append("--boot-image={}".format(boot_image))
233 extra.append("--android-root={}".format(android_root))
236 extra.append("--oat-file={}".format(args.odex_file))
240 extra.append("--oat-fd={}".format(os.memfd_create("odex_fd", flags=0)))
241 extra.append("--oat-location={}".format("/tmp/odex_fd.odex"))
242 extra.append("--output-vdex-fd={}".format(
248 print("Running: {}".format(run_print(pre_args + extra)))