Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc404 struct PurePath { struct
413 constexpr PurePath() : path_(".") { in PurePath() function
423 constexpr PurePath(std::string_view path) : path_(path) { in PurePath() argument
428 constexpr PurePath(const char* path) : PurePath(std::string_view(path)) {} in PurePath() argument
436 PurePath(std::string&& path) : owner_(std::move(path)), path_(owner_.value()) { in PurePath() function
493 /*constexpr*/ bool operator==(const PurePath& other) const { in operator ==() argument
540 /*constexpr*/ PurePath Parent() const { in Parent() argument
578 return PurePath{std::move(built_parent_string)}; in Parent()
620 constexpr bool operator!=(const PurePath& other) const { in operator !=() argument
649 PurePath JoinPath(It begin, It end) const { in JoinPath() argument
[all …]