Home
last modified time | relevance | path

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

/external/libmojo/base/android/library_loader/
Dlibrary_prefetcher.cc33 const char* kSuffixesToMatch[] = {kLibchromeSuffix, "base.apk"}; variable
41 for (size_t i = 0; i < arraysize(kSuffixesToMatch); i++) { in PathMatchesSuffix()
42 if (EndsWith(path, kSuffixesToMatch[i], CompareCase::SENSITIVE)) { in PathMatchesSuffix()