Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/linker/
Dlinker_translate_path.cpp70 static constexpr const char* kPathTranslation[][2] = { in translateSystemPathToApexPath() local
142 if (auto it = std::find_if(std::begin(kPathTranslation), std::end(kPathTranslation), comparator); in translateSystemPathToApexPath()
143 it != std::end(kPathTranslation)) { in translateSystemPathToApexPath()