Searched refs:_VERITY_ENABLE_RE (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py43 _VERITY_ENABLE_RE = re.compile(r'Verity (already )?enabled') variable
927 if output and not _VERITY_ENABLE_RE.search(output):
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py37 _VERITY_ENABLE_RE = re.compile('Verity (already)? enabled') variable
825 if output and _VERITY_ENABLE_RE.search(output):

Completed in 68 milliseconds