Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp356 const char** array, char* buf, size_t buf_size, size_t max_count) { in parse_path() argument
365 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) { in parse_path()