Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp339 static void parse_path(const char* path, const char* delimiters, in parse_path() argument
349 while (i < max_count && (array[i] = strsep(&buf_p, delimiters))) { in parse_path()