Searched defs:dataPath (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_icu_ICU.cpp883 std::string dataPath; local
884 dataPath = dataPathPrefix;
885 dataPath += "/misc/zoneinfo/current/icu/icu_tzdata.dat";
888 if (stat(dataPath.c_str(), &sb) == 0) {
889 ALOGD("Timezone override file found: %s", dataPath.c_str());
890 if (!mapIcuData(dataPath)) {
891 ALOGW("TZ override file %s exists but could not be loaded. Skipping.", dataPath.c_str());
894 ALOGD("No timezone override file found: %s", dataPath.c_str());

Completed in 75 milliseconds