Home
last modified time | relevance | path

Searched defs:line_regex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/sepolicy/tests/
H A Dcheck_prop_prefix.py23 line_regex = re.compile(r'^(\S+)\s+u:object_r:([^:]+):s0.*$') variable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dgpu_validation.cpp921 static const std::regex line_regex( // matches #line directives in GetLineAndFilename() local