Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/linker/
Dlinker_translate_path.cpp111 static constexpr const char* kPathTranslationQ[][2] = { in translateSystemPathToApexPath() local
150 std::find_if(std::begin(kPathTranslationQ), std::end(kPathTranslationQ), comparator); in translateSystemPathToApexPath()
151 it != std::end(kPathTranslationQ)) { in translateSystemPathToApexPath()