Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp269 static const size_t kCount = sizeof(kSymbols) / sizeof(kSymbols[0]); in WrapLinkerSymbol() local
270 for (size_t n = 0; n < kCount; ++n) { in WrapLinkerSymbol()