Searched refs:weak_root_fd (Results 1 – 1 of 1) sorted by relevance
312 fbl::unique_fd weak_root_fd(open(mount_path, O_RDONLY | O_DIRECTORY)); in UmountTestEvil() local313 ASSERT_TRUE(weak_root_fd); in UmountTestEvil()315 fzl::FdioCaller caller(std::move(weak_root_fd)); in UmountTestEvil()318 weak_root_fd.reset(caller.release().release()); in UmountTestEvil()322 ASSERT_EQ(mkdirat(weak_root_fd.get(), "subdir", 0666), 0); in UmountTestEvil()323 fbl::unique_fd weak_subdir_fd(openat(weak_root_fd.get(), "subdir", O_RDONLY | O_DIRECTORY)); in UmountTestEvil()330 weak_subdir_fd.reset(openat(weak_root_fd.get(), "subdir", O_RDONLY | O_DIRECTORY | O_ADMIN)); in UmountTestEvil()
Completed in 4 milliseconds