Home | History | Annotate | Download | only in tzcode

Lines Matching full:path_suffix

2326 static int __bionic_open_tzdata_path(const char* path_prefix_variable, const char* path_suffix,
2333 size_t path_length = strlen(path_prefix) + 1 + strlen(path_suffix) + 1;
2339 snprintf(path, path_length, "%s/%s", path_prefix, path_suffix);