Searched refs:opendir (Results 26 - 50 of 50) sorted by relevance

12

/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dhost.h124 out->dir_ = opendir(path);
/fuchsia/zircon/system/utest/driver-tests/
H A Dmain.c138 DIR* dir = opendir(DRIVER_TEST_DIR);
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.cpp134 DIR* dir = opendir(pathname);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c73 DIR* d = opendir(path);
/fuchsia/zircon/system/uapp/lsblk/
H A Dmain.c102 DIR* dir = opendir(DEV_BLOCK);
163 DIR* dir = opendir(DEV_SKIP_BLOCK);
/fuchsia/zircon/system/utest/fs/
H A Drules.mk50 MODULE_LDFLAGS += --wrap rename --wrap truncate --wrap opendir
H A Dtest-rename.c149 DIR* dir = opendir("::working_dir");
H A Dfilesystems.cpp197 if ((dir = opendir(path)) == NULL) {
/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c258 DIR* dir = opendir(DEV_USB);
310 DIR* dir = opendir(DEV_USB);
/fuchsia/zircon/system/uapp/usbctl/
H A Dusbctl.c76 DIR* dir = opendir(DEV_USB_PERIPHERAL_DIR);
/fuchsia/zircon/system/ulib/fs-management/
H A Dramdisk.cpp69 DIR* dir = opendir(path);
H A Dfvm.cpp265 DIR* dir = opendir(kBlockDevPath);
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp81 DIR* dir = opendir(c_str());
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c74 /* rely on opendir failing for nondirectory objects */
75 dir = opendir(*d ? d : ".");
78 /* this is not an error -- we let opendir call stat for us */
/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp240 DIR* dir = opendir(abs_test_dir);
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dzircon.c99 if ((dir = opendir(dirn)) == NULL) {
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c241 weak_alias(stub_opendir, opendir);
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp95 DIR* dir = opendir(path);
229 DIR* d = opendir(kBlockDevPath);
/fuchsia/zircon/system/utest/fvm-host/
H A Dmain.cpp555 DIR* dir = opendir(test_dir);
/fuchsia/zircon/system/uapp/hidtouch/
H A Dmain.c499 DIR* dir = opendir(DEV_INPUT);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c1372 if ((dirp = opendir(cp)) == NULL)
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp344 DIR* dir = opendir(path);
814 DIR* dir = opendir(MOUNT_PATH);
2121 DIR* dir = opendir(MOUNT_PATH);
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp1047 DIR* dir = opendir(DEV_INPUT);
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c1821 DIR* opendir(const char* name) { function
/fuchsia/zircon/system/utest/ramdisk/
H A Dramdisk.cpp237 DIR* dir = opendir(blockpath);

Completed in 250 milliseconds

12