Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dcanonicalize_md.c177 bool isPathAbsolute = (path[0] == '/'); in collapse() local
178 char *names = isPathAbsolute ? path + 1 : path; /* Preserve first '/' */ in collapse()
226 if (isPathAbsolute && isAtLeastTargetSdk35) { in collapse()