Home
last modified time | relevance | path

Searched refs:next_path (Results 1 – 1 of 1) sorted by relevance

/system/ulib/fs/
A Dvfs.cpp470 const char* next_path = reinterpret_cast<const char*>( in Walk() local
472 if (next_path == nullptr) { in Walk()
480 fbl::StringPiece component(path.data(), next_path - path.data()); in Walk()
485 path.set(next_path + 1, path.length() - (component.length() + 1)); in Walk()

Completed in 3 milliseconds