Home | History | Annotate | Download | only in cros

Lines Matching refs:regexes

414 def is_vault_mounted(user, regexes=None, allow_fail=False):
419 regexes: dictionary of regexes to matches against the mount information.
426 if regexes is None:
427 regexes = {
441 for fs_regex in regexes.keys():
443 device_regex = regexes[fs_regex]
480 regexes={
494 regexes={
568 if not is_vault_mounted(user, regexes={