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

/system/core/libcutils/
H A Dtzstrftime.c727 static const char locale_home[] = LOCALE_HOME; local
768 ((sizeof locale_home) + namesize + (sizeof lc_time)))
771 (void) sprintf(filename, "%s/%s/%s", locale_home, name, lc_time);
778 (void) sprintf(filename, "%s/%s/%s", locale_home,

Completed in 185 milliseconds