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

/libcore/luni/src/main/native/
H A Dcanonicalize_path.cpp112 const char* maybeSlash = (symlink[symlink.size() - 1] != '/') ? "/" : ""; local
113 left = symlink + maybeSlash + left;

Completed in 66 milliseconds