Home
last modified time | relevance | path

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

12345

/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/icu4c/tools/toolutil/
Dfiletools.cpp46 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater()
57 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()
Dtrace-event-info.c320 dir = opendir(sys); in copy_event_system()
400 dir = opendir(path); in read_event_files()
/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/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/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/webkit/Source/WebCore/platform/efl/
DFileSystemEfl.cpp132 dir = opendir(cpath.data()); in listDirectory()
/external/libcap-ng/libcap-ng-0.7/utils/
Dpscap.c63 d = opendir("/proc"); in main()
Dnetcap.c52 d = opendir("/proc"); in collect_process_info()
145 f = opendir(buf); in collect_process_info()
/external/oprofile/libutil/
Dop_file.c139 if (!(dir = opendir(base_dir))) in get_matching_pathnames()
/external/dhcpcd/
Difaddrs.c110 d = opendir("/sys/class/net"); in getifaddrs()
/external/qemu/android/utils/
Ddirscanner.c101 s->dir = opendir(s->root); in _dirScannerInit()
/external/oprofile/daemon/liblegacy/
Dopd_parse_proc.c206 if (!(dir = opendir("/proc"))) { in opd_get_ascii_procs()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h51 m_folder_id = opendir(folder.c_str()); in MatrixMarketIterator()
/external/protobuf/src/google/protobuf/testing/
Dfile.cc154 DIR* dir = opendir(name.c_str()); in DeleteRecursively()
/external/e2fsprogs/lib/ss/
Dhelp.c145 if ((d = opendir(info_dir)) == (DIR *)NULL) {
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp122 ProcDir = opendir("/proc"); in checkForOProfileProcEntry()

12345