Searched refs:opendir (Results 1 – 25 of 43) sorted by relevance
12
39 DIR* dir = opendir("::foo/bar/.."); in test_dot_dot_client()44 dir = opendir("::foo/bar/../bit/..//././//"); in test_dot_dot_client()49 dir = opendir("::foo/bar/baz/../../../foo/bar/baz/.."); in test_dot_dot_client()
325 DIR* dir = opendir("::dir"); in large_dir_setup()353 DIR* dir = opendir("::dir"); in TestDirectoryReaddirRmAll()386 DIR* dir = opendir("::a"); in TestDirectoryRewind()428 DIR* dir = opendir("::dir"); in TestDirectoryAfterRmdir()
30 DIR* d = opendir("::reuse"); in TestInodeReuse()183 DIR* dir = opendir("::rename_end"); in TestRenameExclusive()
88 DIR* dir = opendir("::dir"); in TestWatcherAdd()141 DIR* dir = opendir("::dir"); in TestWatcherExisting()222 DIR* dir = opendir("::dir"); in TestWatcherRemoved()
92 DIR* FL(opendir)(const char* path);93 DIR* FN(opendir)(const char* path) { in FN() argument
56 DIR* dir = opendir(dirname); in check_dir_contents()
163 DIR* dirp = opendir("::."); in TestPersistWithData()223 DIR* dirp = opendir(src); in TestRenameLoop()
50 MODULE_LDFLAGS += --wrap rename --wrap truncate --wrap opendir
54 ASSERT_NONNULL((dir = opendir(".")), ""); in namespace_create_test()66 ASSERT_NONNULL((dir = opendir("fake")), ""); in namespace_create_test()
19 DIR* d = opendir(DEV_XDC_DIR); in configure_xdc()
20 DIR* dir = opendir(kCameraDir); in StartCameraTest()
20 return opendir(USB_DEVICE_DEV_DIR); in open_usb_device_dir()63 DIR* d = opendir(USB_TESTER_DEV_DIR); in open_test_device()
22 DIR* dir = opendir(DEV_MIDI); in open_devices()
27 DIR* dir = opendir(DEV_SERIAL); in main()
93 if (!(dp = opendir(dir_path))) { in NumEntriesInDir()134 DIR* dp = opendir(dir_of_test_output.c_str()); in GetOutputFileRelPath()
99 dp = opendir(dir_path); in CleanUpDir()
74 DIR* dir = opendir(dev_path); in Enumerate()
56 DIR* d = opendir("/dev/class/clock"); in guess_dev()
33 DIR *d = opendir("/dev/class/rtc"); in guess_dev()
100 DIR* dir = opendir(path); in find_loadable_drivers()
61 DIR* dir = opendir(DEV_BLOCK); in cmd_list_blk()122 DIR* dir = opendir(DEV_SKIP_BLOCK); in cmd_list_skip_blk()
124 out->dir_ = opendir(path); in Open()
134 DIR* dir = opendir(pathname); in RemoveDirectory()
160 DIR* dir = opendir("/boot/kernel/vdso"); in TestVdsosPresent()
47 DIR* dir = opendir(DEV_BLOCK); in open_sysconfig()
Completed in 43 milliseconds