Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A 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()
/aosp12/frameworks/libs/native_bridge_support/linker/
H A Dlinker_translate_path.cpp106 static constexpr const char* kPathTranslationQ[][2] = { in translateSystemPathToApexPath() local
145 std::find_if(std::begin(kPathTranslationQ), std::end(kPathTranslationQ), comparator); in translateSystemPathToApexPath()
146 it != std::end(kPathTranslationQ)) { in translateSystemPathToApexPath()