Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dbionic.cpp119 static constexpr size_t NAME_LENGTH = 40; variable
121 char buf[NAME_LENGTH];
193 char this_id[NAME_LENGTH + 1]; in __bionic_open_tzdata_path()
194 memcpy(this_id, entry->buf, NAME_LENGTH); in __bionic_open_tzdata_path()
195 this_id[NAME_LENGTH] = '\0'; in __bionic_open_tzdata_path()