Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc468 f(kRoot); // When we split, we no longer visit the '/' tokens. Handle root explicitly. in VisitParts()
471 kRoot, in VisitParts()
519 if (count++ == 0 && part == kRoot) { in Name()
522 DCHECK_NE(part, kRoot); in Name()
574 built_parent_string += kRoot; in Parent()
583 return {kRoot}; in Parent()
739 if (parts_stack.back() != kRoot) { // '/' '..'* -> '/' in NormalizePath()
1064 StringSplit::Iterable(path.AsStringView(), PurePath::kRoot), in FromPath()
1139 static constexpr std::string_view kRoot = "/"; member