HomeSort by relevance Sort by last modified time
    Searched full:maybeslash (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
canonicalize_path.cpp 112 const char* maybeSlash = (symlink[symlink.size() - 1] != '/') ? "/" : "";
113 left = symlink + maybeSlash + left;

Completed in 189 milliseconds