Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Ddll.c366 size_t len_suffix = strlen(suffix); in has_suffix() local
367 return len_suffix <= len_filename && strcmp(filename + len_filename - len_suffix, suffix) == 0; in has_suffix()

Completed in 2 milliseconds