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

  /external/vboot_reference/scripts/image_signing/
unpack_firmwarefd.sh 29 match_str="GBB Area"
30 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
39 match_str="$i Key"
40 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
48 match_str="$i Data"
49 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
  /external/autotest/client/cros/
power_utils.py 722 match_str = "%s:%s" % (vid, pid)
724 if re.match(re_str, match_str):

Completed in 701 milliseconds