Home | History | Annotate | Download | only in cros

Lines Matching refs:re

7 import grp, logging, os, pwd, re, stat, sys, shutil, pwd, grp
29 match = re.search(r'Slot \d+: (/.*)$', line)
45 match = re.search(r'^Slot (\d+): ' + token_path, line)
55 match = re.search(r'/home/root/(.*)/chaps', token_path)
66 match = re.search(r'^Slot \d+: (.*)$', line)
199 if not re.search('Sign: CKR_OK', output):
206 if not re.search('Sign: CKR_OK', output):
255 return re.search('Sign: CKR_OK', output)
260 return re.search('Sign: CKR_OK', output)
265 return re.search('Sign: CKR_OK', output)