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

/external/qemu/android/utils/
H A Dpath.c55 ispathsep(int c) function
74 while (end > path && ispathsep(end[-1]))
78 while (base > path && !ispathsep(base[-1]))
138 while (end > path && ispathsep(end[-1]))
148 while (last > path && !ispathsep(last[-1]))
315 while (len > 0 && ispathsep(path[len-1]))
326 while (len2 > 0 && !ispathsep(path[len2-1]))

Completed in 23 milliseconds