Home | History | Annotate | Download | only in releasetools

Lines Matching refs:mount_point

241                           prop_dict["mount_point"]])
266 build_command.append(prop_dict["mount_point"])
291 def ImagePropFromGlobalDict(glob_dict, mount_point):
296 mount_point: such as "system", "data" etc.
320 d["mount_point"] = mount_point
321 if mount_point == "system":
326 elif mount_point == "data":
331 elif mount_point == "cache":
334 elif mount_point == "vendor":
339 elif mount_point == "oem":
372 mount_point = ""
374 mount_point = "system"
376 mount_point = "data"
378 mount_point = "cache"
380 mount_point = "vendor"
382 mount_point = "oem"
387 image_properties = ImagePropFromGlobalDict(glob_dict, mount_point)