HomeSort by relevance Sort by last modified time
    Searched refs:recovery_mount_options (Results 1 - 2 of 2) sorted by null

  /build/tools/releasetools/
ota_from_target_files 495 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
500 script.Mount("/oem", recovery_mount_options)
588 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options") variable
604 script.Mount("/system", recovery_mount_options)
637 script.Mount("/vendor", recovery_mount_options)
799 recovery_mount_options = OPTIONS.source_info_dict.get(
800 "recovery_mount_options")
805 script.Mount("/oem", recovery_mount_options)
    [all...]
ota_from_target_files.py 495 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
500 script.Mount("/oem", recovery_mount_options)
588 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options") variable
604 script.Mount("/system", recovery_mount_options)
637 script.Mount("/vendor", recovery_mount_options)
799 recovery_mount_options = OPTIONS.source_info_dict.get(
800 "recovery_mount_options")
805 script.Mount("/oem", recovery_mount_options)
    [all...]

Completed in 51 milliseconds