Searched refs:badfd (Results 1 – 1 of 1) sorted by relevance
231 fbl::unique_fd badfd(open(mount_path, O_RDONLY | O_DIRECTORY)); in DoMountEvil() local232 ASSERT_TRUE(badfd); in DoMountEvil()234 fzl::FdioCaller caller(std::move(badfd)); in DoMountEvil()241 badfd.reset(open(mount_path, O_RDONLY | O_DIRECTORY)); in DoMountEvil()242 ASSERT_TRUE(badfd); in DoMountEvil()244 caller.reset(std::move(badfd)); in DoMountEvil()
Completed in 6 milliseconds