Lines Matching full:userdata
157 """Create a userdata image and store it in output_zip.
159 In most case we just create and store an empty userdata.img;
160 But the invoker can also request to create userdata.img with real
165 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "userdata.img")
167 print "userdata.img already exists in %s, no need to rebuild..." % (prefix,)
172 # Extfs, f2fs must have a size. Skip userdata.img if no size.
177 print "creating userdata.img..."
206 assert succ, "build userdata.img image failed"
208 common.CheckSize(img.name, "userdata.img", OPTIONS.info_dict)
209 common.ZipWrite(output_zip, img.name, prefix + "userdata.img")
317 banner("userdata")