Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 2 of 2) sorted by relevance

/system/utest/pty/
A Dpty-test.c211 int root_dir = open("/", O_DIRECTORY | O_RDONLY); in not_a_pty_test() local
212 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()
/system/ulib/svc/include/lib/svc/
A Doutgoing.h19 const fbl::RefPtr<fs::PseudoDir>& root_dir() const { return root_dir_; } in root_dir() function

Completed in 605 milliseconds