Home
last modified time | relevance | path

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

/aosp_15_r20/art/libnativeloader/
H A Dlibrary_namespaces.cpp89 const std::regex kPartitionNativeLibPathRegex( variable
146 return std::regex_match(path, kPartitionNativeLibPathRegex); in IsPartitionNativeLibPath()