/external/compiler-rt/test/asan/TestCases/Linux/ |
D | interception_readdir_r_test.cc | 25 DIR *d = opendir(TEMP_DIR); in main() 46 d = opendir(TEMP_DIR); in main()
|
/external/autotest/client/profilers/powertop/src/ |
D | sata.c | 44 dir = opendir("/sys/class/scsi_host"); in activate_alpm() 76 dir = opendir("/sys/class/scsi_host/"); in suggest_sata_alpm()
|
D | cpufreq.c | 45 dir = opendir("/sys/devices/system/cpu"); in activate_ondemand() 78 dir = opendir("/sys/devices/system/cpu"); in suggest_ondemand_governor()
|
D | usb.c | 42 dir = opendir("/sys/bus/usb/devices"); in activate_usb_autosuspend() 76 dir = opendir("/sys/bus/usb/devices"); in suggest_usb_autosuspend()
|
D | intelcstates.c | 88 cpudir = opendir("/sys/devices/system/cpu"); in print_intel_cstates() 103 dir = opendir(filename); in print_intel_cstates()
|
D | wireless.c | 172 dir = opendir("/sys/bus/pci/drivers/iwl4965"); in find_4965() 182 dir = opendir("/sys/bus/pci/drivers/iwl3945"); in find_4965()
|
D | powertop.c | 278 dir = opendir("/proc/acpi/processor"); in read_data_acpi() 329 cpudir = opendir("/sys/devices/system/cpu"); in read_data_cpuidle() 344 dir = opendir(filename); in read_data_cpuidle() 495 dir = opendir("/proc/acpi/battery"); in print_battery_proc_acpi() 661 dir = opendir("/sys/class/power_supply"); in print_battery_sysfs()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 53 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater() 64 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
|
/external/iproute2/lib/ |
D | namespace.c | 26 dir = opendir(etc_netns_path); in bind_etc() 111 dir = opendir(NETNS_RUN_DIR); in netns_foreach()
|
/external/iproute2/ip/ |
D | ipnetns.c | 214 dir = opendir(NETNS_RUN_DIR); in netns_map_init() 238 dir = opendir(NETNS_RUN_DIR); in netns_get_name() 334 dir = opendir(NETNS_RUN_DIR); in netns_list() 467 dir = opendir("/proc/"); in netns_pids() 527 dir = opendir(NETNS_RUN_DIR); in netns_identify()
|
/external/e2fsprogs/lib/blkid/ |
D | devname.c | 130 if ((dir = opendir("/sys/block")) == NULL) in is_dm_leaf() 139 if ((d_dir = opendir(path)) == NULL) in is_dm_leaf() 307 if ((vg_list = opendir(VG_DIR)) == NULL) in lvm_probe_all() 326 lv_list = opendir(vdirname); in lvm_probe_all()
|
/external/compiler-rt/test/msan/ |
D | readdir64.cc | 19 DIR *dir = opendir("."); in main()
|
/external/vulkan-validation-layers/loader/ |
D | dirent_on_windows.h | 24 DIR *opendir(const char *);
|
/external/fio/os/windows/posix/include/ |
D | dirent.h | 20 DIR *opendir(const char *dirname);
|
/external/e2fsprogs/tests/progs/ |
D | hold_inode.c | 36 if (!opendir(filename)) { in main()
|
/external/rmi4utils/rmidevice/ |
D | hiddevice.cpp | 648 devicesDir = opendir(devicePath.c_str()); in FindTransportDevice() 665 devDir = opendir(fullLinkPath.c_str()); in FindTransportDevice() 697 devDir = opendir("/sys/bus/hid/devices"); in LookupHidDeviceName() 722 devDir = opendir(hidrawDir); in FindHidRawFile()
|
/external/libweave/examples/provider/ |
D | wifi_manager.cc | 51 DIR* net_dir = opendir(sysfs_net.c_str()); in FindWirelessInterface() 55 DIR* wireless_dir = opendir(path.c_str()); in FindWirelessInterface()
|
/external/opencv3/modules/core/src/ |
D | glob.cpp | 76 DIR* opendir(const char* path) in opendir() function 225 if ((dir = opendir (directory.c_str())) != 0) in glob_rec()
|
/external/webrtc/webrtc/base/ |
D | linuxfdwalk.c | 39 DIR *dir = opendir("/proc/self/fd"); in fdwalk()
|
/external/e2fsprogs/lib/e2p/ |
D | iod.c | 55 dir = opendir (dir_name); in iterate_on_dir()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | directory_reader_unittest.cc | 50 DIR *const dir = opendir("/proc/self"); in TEST()
|
/external/fio/lib/ |
D | linux-dev-lookup.c | 18 D = opendir(path); in blktrace_lookup_device()
|
/external/google-breakpad/src/common/tests/ |
D | auto_tempdir.h | 71 DIR* dir = opendir(path.c_str()); in DeleteRecursively()
|
/external/boringssl/src/crypto/ |
D | directory_posix.c | 78 (*ctx)->dir = opendir(directory); in OPENSSL_DIR_read()
|
/external/compiler-rt/test/msan/Linux/ |
D | glob_altdirfunc.cc | 35 return opendir(s); in my_gl_opendir()
|