Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dcryptohome.py214 device_regex=constants.CRYPTOHOME_DEV_REGEX_REGULAR_USER,
277 device_regex=constants.CRYPTOHOME_DEV_REGEX_ANY, argument
288 not re.match(device_regex, mount_info[0]) or
298 device_regex=constants.CRYPTOHOME_DEV_REGEX_GUEST,
/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py117 device_regex=constants.CRYPTOHOME_DEV_REGEX_REGULAR_USER):