Home | History | Annotate | Download | only in bin

Lines Matching refs:rtt

920     rtt = utils.system_output(cmd)
922 # eMMC will not have this field; rtt == ''
923 # SSD will have zero rotation rate; rtt == '0'
924 # For harddisk rtt > 0
925 return rtt and int(rtt) > 0