/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
D | interception_readdir_r_test.cc | 22 DIR *d = opendir(TEMP_DIR); in main() 42 d = opendir(TEMP_DIR); in main()
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
D | example.php | 181 if (!($dir = @opendir(dirname(__FILE__) . '/geshi'))) { 182 if (!($dir = @opendir(dirname(__FILE__) . '/../geshi'))) {
|
D | cssgen2.php | 35 if ($handle = opendir($geshi->language_path)) {
|
/external/chromium/base/ |
D | linux_util.cc | 201 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket() 224 DIR* fd = opendir(buf); in FindProcessHoldingSocket() 258 DIR* task = opendir(buf); in FindThreadIDWithSyscall()
|
/external/chromium_org/base/ |
D | linux_util.cc | 201 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket() 224 DIR* fd = opendir(buf); in FindProcessHoldingSocket() 263 DIR* task = opendir(buf); in FindThreadIDWithSyscall()
|
/external/icu4c/tools/toolutil/ |
D | filetools.cpp | 46 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater() 57 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | filetools.cpp | 45 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater() 56 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
|
/external/compiler-rt/lib/msan/lit_tests/ |
D | readdir64.cc | 19 DIR *dir = opendir("."); in main()
|
/external/linux-tools-perf/util/ |
D | parse-events.c | 180 sys_dir = opendir(debugfs_path); in tracepoint_id_to_path() 188 evt_dir = opendir(dir_path); in tracepoint_id_to_path() 492 evt_dir = opendir(evt_path); in parse_multiple_tracepoint_event() 919 sys_dir = opendir(debugfs_path); in print_tracepoint_events() 930 evt_dir = opendir(dir_path); in print_tracepoint_events() 963 sys_dir = opendir(debugfs_path); in is_valid_tracepoint() 971 evt_dir = opendir(dir_path); in is_valid_tracepoint()
|
/external/e2fsprogs/tests/progs/ |
D | hold_inode.c | 36 if (!opendir(filename)) { in main()
|
/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/chromium_org/net/disk_cache/simple/ |
D | simple_index_file_posix.cc | 32 const ScopedDir dir(opendir(cache_path.value().c_str())); in TraverseCacheDirectory()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | linuxfdwalk.c | 56 DIR *dir = opendir("/proc/self/fd"); in fdwalk()
|
/external/grub/stage2/ |
D | dir.h | 140 extern DIR *opendir ();
|
/external/e2fsprogs/lib/e2p/ |
D | iod.c | 55 dir = opendir (dir_name); in iterate_on_dir()
|
/external/oprofile/daemon/ |
D | opd_stats.c | 66 if (!(dir = opendir("/dev/oprofile/stats/"))) in opd_print_stats()
|
/external/iproute2/ip/ |
D | ipnetns.c | 76 dir = opendir(NETNS_RUN_DIR); in netns_list() 100 dir = opendir(etc_netns_path); in bind_etc()
|
/external/openssh/openbsd-compat/ |
D | bsd-closefrom.c | 80 if (len > 0 && (size_t)len <= sizeof(fdpath) && (dirp = opendir(fdpath))) { in closefrom()
|
/external/openssl/crypto/ |
D | LPdir_unix.c | 86 (*ctx)->dir = opendir(directory); in LP_find_file()
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
D | LPdir_unix.c | 86 (*ctx)->dir = opendir(directory); in LP_find_file()
|
/external/compiler-rt/lib/msan/lit_tests/Linux/ |
D | glob_altdirfunc.cc | 35 return opendir(s); in my_gl_opendir()
|
/external/chromium_org/sandbox/linux/suid/ |
D | linux_util.c | 68 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | fuse.h | 117 int (*opendir)(const char* path, struct fuse_file_info*); member
|
/external/chromium_org/base/process/ |
D | process_iterator_linux.cc | 59 procfs_dir_ = opendir(internal::kProcDir); in ProcessIterator()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | pscap.c | 63 d = opendir("/proc"); in main()
|