Home
last modified time | relevance | path

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

/external/icu/android_utils/
DIcuUtils.cpp27 const char* systemPathPrefix = getenv("ANDROID_ROOT"); in InitializeIcuOrDie() local
28 LOG_ALWAYS_FATAL_IF(systemPathPrefix == NULL, "ANDROID_ROOT environment variable not set"); in InitializeIcuOrDie()
31 const int num_written = snprintf(buf, sizeof(buf), "%s/usr/icu/", systemPathPrefix); in InitializeIcuOrDie()