Home
last modified time | relevance | path

Searched refs:match_str (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/scripts/image_signing/
Dunpack_firmwarefd.sh29 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/
Dpower_utils.py722 match_str = "%s:%s" % (vid, pid)
724 if re.match(re_str, match_str):