Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 144) sorted by relevance

123456

/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
Dinterception_readdir_r_test.cc22 DIR *d = opendir(TEMP_DIR); in main()
42 d = opendir(TEMP_DIR); in main()
/external/libvpx/libvpx/examples/includes/geshi/contrib/
Dexample.php181 if (!($dir = @opendir(dirname(__FILE__) . '/geshi'))) {
182 if (!($dir = @opendir(dirname(__FILE__) . '/../geshi'))) {
Dcssgen2.php35 if ($handle = opendir($geshi->language_path)) {
/external/chromium/base/
Dlinux_util.cc201 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket()
224 DIR* fd = opendir(buf); in FindProcessHoldingSocket()
258 DIR* task = opendir(buf); in FindThreadIDWithSyscall()
/external/chromium_org/base/
Dlinux_util.cc201 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket()
224 DIR* fd = opendir(buf); in FindProcessHoldingSocket()
263 DIR* task = opendir(buf); in FindThreadIDWithSyscall()
/external/icu4c/tools/toolutil/
Dfiletools.cpp46 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater()
57 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dfiletools.cpp45 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater()
56 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
/external/compiler-rt/lib/msan/lit_tests/
Dreaddir64.cc19 DIR *dir = opendir("."); in main()
/external/linux-tools-perf/util/
Dparse-events.c180 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/
Dhold_inode.c36 if (!opendir(filename)) { in main()
/external/e2fsprogs/lib/blkid/
Ddevname.c130 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/
Dsimple_index_file_posix.cc32 const ScopedDir dir(opendir(cache_path.value().c_str())); in TraverseCacheDirectory()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dlinuxfdwalk.c56 DIR *dir = opendir("/proc/self/fd"); in fdwalk()
/external/grub/stage2/
Ddir.h140 extern DIR *opendir ();
/external/e2fsprogs/lib/e2p/
Diod.c55 dir = opendir (dir_name); in iterate_on_dir()
/external/oprofile/daemon/
Dopd_stats.c66 if (!(dir = opendir("/dev/oprofile/stats/"))) in opd_print_stats()
/external/iproute2/ip/
Dipnetns.c76 dir = opendir(NETNS_RUN_DIR); in netns_list()
100 dir = opendir(etc_netns_path); in bind_etc()
/external/openssh/openbsd-compat/
Dbsd-closefrom.c80 if (len > 0 && (size_t)len <= sizeof(fdpath) && (dirp = opendir(fdpath))) { in closefrom()
/external/openssl/crypto/
DLPdir_unix.c86 (*ctx)->dir = opendir(directory); in LP_find_file()
/external/chromium_org/third_party/openssl/openssl/crypto/
DLPdir_unix.c86 (*ctx)->dir = opendir(directory); in LP_find_file()
/external/compiler-rt/lib/msan/lit_tests/Linux/
Dglob_altdirfunc.cc35 return opendir(s); in my_gl_opendir()
/external/chromium_org/sandbox/linux/suid/
Dlinux_util.c68 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dfuse.h117 int (*opendir)(const char* path, struct fuse_file_info*); member
/external/chromium_org/base/process/
Dprocess_iterator_linux.cc59 procfs_dir_ = opendir(internal::kProcDir); in ProcessIterator()
/external/libcap-ng/libcap-ng-0.7/utils/
Dpscap.c63 d = opendir("/proc"); in main()

123456