Home
last modified time | relevance | path

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

/external/libmojo/base/android/library_loader/
Dlibrary_prefetcher.cc30 const char* kLibchromeSuffix = "libchrome.so"; variable
33 const char* kSuffixesToMatch[] = {kLibchromeSuffix, "base.apk"};
88 if (EndsWith(region.path, kLibchromeSuffix, CompareCase::SENSITIVE)) { in FilterLibchromeRangesOnlyIfPossible()
95 !EndsWith(region.path, kLibchromeSuffix, CompareCase::SENSITIVE)) { in FilterLibchromeRangesOnlyIfPossible()