Home
last modified time | relevance | path

Searched refs:path_pattern (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py157 def __init__(self, path_pattern=None): argument
170 self.path_pattern = path_pattern
171 if not path_pattern:
172 self.path_pattern = os.path.join(
182 return self.path_pattern % {'key': key, 'uid': uid}
Dtest_oauth2_client.py278 path_pattern='/var/run/ccache/token.%(uid)s.%(key)s')
287 path_pattern='/var/run/ccache/token.%(key)s')
Doauth2_helper.py48 path_pattern=config.get('OAuth2', 'token_cache_path_pattern'))
/external/autotest/client/tools/
Dcrash_handler.py110 path_pattern = re.compile("Core was generated by `([^\0]+)'", re.IGNORECASE)
111 match = re.findall(path_pattern, output)