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 546 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
552 script.Mount("/oem", recovery_mount_options)
644 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options") variable
660 script.Mount("/system", recovery_mount_options)
693 script.Mount("/vendor", recovery_mount_options)
797 recovery_mount_options = OPTIONS.source_info_dict.get(
798 "recovery_mount_options")
804 script.Mount("/oem", recovery_mount_options)
    [all...]
ota_from_target_files.py 546 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
552 script.Mount("/oem", recovery_mount_options)
644 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options") variable
660 script.Mount("/system", recovery_mount_options)
693 script.Mount("/vendor", recovery_mount_options)
797 recovery_mount_options = OPTIONS.source_info_dict.get(
798 "recovery_mount_options")
804 script.Mount("/oem", recovery_mount_options)
    [all...]

Completed in 39 milliseconds