Lines Matching refs:string_view
62 std::string_view root() const { return mBase->path; } in root()
63 std::string_view backingDir() const { return mBase->backing; } in backingDir()
64 std::vector<std::pair<std::string_view, std::string_view>> binds() const;
78 static Mounts load(base::borrowed_fd fd, std::string_view filesystem);
79 bool loadFrom(base::borrowed_fd fd, std::string_view filesystem);
86 std::string_view rootFor(std::string_view path) const;
87 std::pair<const Root*, std::string> rootAndSubpathFor(std::string_view path) const;
92 void addRoot(std::string_view root, std::string_view backingDir);
93 void removeRoot(std::string_view root);
94 void addBind(std::string_view what, std::string_view where);
95 void removeBind(std::string_view what);
98 std::pair<int, BindMap::const_iterator> rootIndex(std::string_view path) const;
104 MountRegistry(std::string_view filesystem = {});
107 std::string rootFor(std::string_view path);
108 std::pair<std::string, std::string> rootAndSubpathFor(std::string_view path);
115 Details detailsFor(std::string_view path);