Searched refs:olson_id (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c2332 const char* olson_id,
2429 if (strcmp(this_id, olson_id) == 0) {
2459 static int __bionic_open_tzdata(const char* olson_id, int32_t* entry_length) { argument
2461 olson_id, entry_length);
2464 olson_id, entry_length);
2468 fprintf(stderr, "%s: couldn't find any tzdata when looking for %s!\n", __FUNCTION__, olson_id);
2331 __bionic_open_tzdata_path(const char* path_prefix_variable, const char* path_suffix, const char* olson_id, int32_t* entry_length) argument

Completed in 6 milliseconds