Searched refs:isPathAbsolute (Results 1 – 1 of 1) sorted by relevance
177 bool isPathAbsolute = (path[0] == '/'); in collapse() local178 char *names = isPathAbsolute ? path + 1 : path; /* Preserve first '/' */ in collapse()226 if (isPathAbsolute && isAtLeastTargetSdk35) { in collapse()