Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c248 countOccurrences(const char *s, char c) in countOccurrences() function
262 int count = countOccurrences(path, ':') + 1; in splitPath()