Searched refs:path_pattern (Results 1 – 4 of 4) sorted by relevance
157 def __init__(self, path_pattern=None): argument170 self.path_pattern = path_pattern171 if not path_pattern:172 self.path_pattern = os.path.join(182 return self.path_pattern % {'key': key, 'uid': uid}
278 path_pattern='/var/run/ccache/token.%(uid)s.%(key)s')287 path_pattern='/var/run/ccache/token.%(key)s')
48 path_pattern=config.get('OAuth2', 'token_cache_path_pattern'))
110 path_pattern = re.compile("Core was generated by `([^\0]+)'", re.IGNORECASE)111 match = re.findall(path_pattern, output)