Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_translate_path.cpp35 static const char* const kI18nApexLibDir = "/apex/com.android.i18n/lib64"; variable
38 static const char* const kI18nApexLibDir = "/apex/com.android.i18n/lib"; variable
70 *out_name_to_apex = std::string(kI18nApexLibDir) + "/" + base_name; in translateSystemPathToApexPath()