Searched defs:max_count (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp352 const char** array, char* buf, size_t buf_size, size_t max_count) {
361 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) {
351 parse_path(const char* path, const char* delimiters, const char** array, char* buf, size_t buf_size, size_t max_count) argument

Completed in 132 milliseconds