Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dbionic.cpp100 static constexpr size_t NAME_LENGTH = 40; variable
102 char buf[NAME_LENGTH];
174 char this_id[NAME_LENGTH + 1]; in __bionic_open_tzdata_path()
175 memcpy(this_id, entry->buf, NAME_LENGTH); in __bionic_open_tzdata_path()
176 this_id[NAME_LENGTH] = '\0'; in __bionic_open_tzdata_path()