Searched refs:root_dir (Results 1 – 2 of 2) sorted by relevance
211 int root_dir = open("/", O_DIRECTORY | O_RDONLY); in not_a_pty_test() local212 EXPECT_GE(root_dir, 0, ""); in not_a_pty_test()217 EXPECT_EQ(ioctl_pty_get_window_size(root_dir, &ws), ZX_ERR_NOT_SUPPORTED, ""); in not_a_pty_test()219 close(root_dir); in not_a_pty_test()
19 const fbl::RefPtr<fs::PseudoDir>& root_dir() const { return root_dir_; } in root_dir() function
Completed in 605 milliseconds