HomeSort by relevance Sort by last modified time
    Searched refs:nextSlash (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/native/
realpath.cpp 65 size_t nextSlash = left.find('/');
66 std::string nextPathComponent = left.substr(0, nextSlash);
67 if (nextSlash != std::string::npos) {
68 left.erase(0, nextSlash + 1);
  /frameworks/base/libs/utils/
AssetManager.cpp     [all...]

Completed in 36 milliseconds