Home
last modified time | relevance | path

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

/system/iorap/tests/src/inode2filename/
Dsearch_directories_test.cc919 std::string_view whole_path) { in MakeBegin()
926 const bool is_absolute = !whole_path.empty() && whole_path[0] == '/'; in MakeBegin()
941 it.cur_value = whole_path.substr(0, /*count*/1); // '/' in MakeBegin()
1069 return PartIterator::MakeBegin(split_iterable, whole_path); in begin()
1076 std::string_view whole_path; member