Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_translate_path.cpp51 static constexpr const char* kPathTranslationQ[][2] = { in translateSystemPathToApexPath() local
64 std::find_if(std::begin(kPathTranslationQ), std::end(kPathTranslationQ), comparator); in translateSystemPathToApexPath()
65 it != std::end(kPathTranslationQ)) { in translateSystemPathToApexPath()