Searched refs:nextSlash (Results 1 - 1 of 1) sorted by path

/libcore/luni/src/main/native/
H A Dcanonicalize_path.cpp65 size_t nextSlash = left.find('/'); local
66 std::string nextPathComponent = left.substr(0, nextSlash);
67 if (nextSlash != std::string::npos) {
68 left.erase(0, nextSlash + 1);

Completed in 194 milliseconds