Searched refs:addBind (Results 1 – 3 of 3) sorted by relevance
55 r().addBind("/root/1", "/bind"); in TEST_F()68 r().addBind("/root/1", "/bind"); in TEST_F()69 r().addBind("/root/2/3", "/bind2"); in TEST_F()70 r().addBind("/root/2/3", "/other/bind"); in TEST_F()
90 void addBind(std::string_view what, std::string_view where);
194 void MountRegistry::Mounts::addBind(std::string_view what, std::string_view where) { in addBind() function in android::incfs::MountRegistry::Mounts