HomeSort by relevance Sort by last modified time
    Searched refs:root_fd (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
dirent_test.cpp 131 int root_fd = open("/", O_DIRECTORY | O_RDONLY); local
132 ASSERT_NE(-1, root_fd);
135 ASSERT_EQ(-1, scandirat(root_fd, "does-not-exist", &entries, nullptr, nullptr));
137 close(root_fd);
141 int root_fd = open("/", O_DIRECTORY | O_RDONLY); local
142 ASSERT_NE(-1, root_fd);
145 ASSERT_EQ(-1, scandirat64(root_fd, "does-not-exist", &entries, nullptr, nullptr));
147 close(root_fd);
  /external/python/cpython3/Lib/test/
test_os.py     [all...]

Completed in 565 milliseconds