DIR               122 base/files/file_enumerator_posix.cc   DIR* dir = opendir(source.value().c_str());
DIR               201 base/linux_util.cc   DIR* proc = opendir("/proc");
DIR               224 base/linux_util.cc     DIR* fd = opendir(buf);
DIR               263 base/linux_util.cc   DIR* task = opendir(buf);
DIR               187 base/process/launch_posix.cc   inline void operator()(DIR* x) const {
DIR               150 base/process/process_iterator.h   DIR* procfs_dir_;
DIR               103 base/process/process_metrics_linux.cc   DIR* dir = opendir(task_path.value().c_str());
DIR               150 native_client_sdk/src/examples/demo/nacl_io/handlers.c static int AddDirToMap(DIR* dir) {
DIR               168 native_client_sdk/src/examples/demo/nacl_io/handlers.c static DIR* GetDirFromIndexString(const char* s, int* dir_index) {
DIR               169 native_client_sdk/src/examples/demo/nacl_io/handlers.c   return (DIR*)GetFromIndexString(
DIR               535 native_client_sdk/src/examples/demo/nacl_io/handlers.c   DIR* dir;
DIR               585 native_client_sdk/src/examples/demo/nacl_io/handlers.c   DIR* dir;
DIR               634 native_client_sdk/src/examples/demo/nacl_io/handlers.c   DIR* dir;
DIR                21 net/disk_cache/simple/simple_index_file_posix.cc   void operator()(DIR* dir) { closedir(dir); }
DIR                81 net/tools/flip_server/mem_cache.cc   DIR* current_dir = NULL;
DIR                64 sandbox/linux/services/credentials.cc   void operator()(DIR* d) const {
DIR                54 sandbox/linux/suid/linux_util.c static DIR* opendirat(int base_dir_fd, const char* name) {
DIR                68 sandbox/linux/suid/linux_util.c   DIR* proc = opendir("/proc");
DIR               100 sandbox/linux/suid/linux_util.c     DIR* fd = opendirat(proc_pid_fd, "fd");
DIR               346 third_party/leveldatabase/env_chromium_stdio.cc   DIR* dir = opendir(dir_string.c_str());
DIR               244 third_party/libusb/src/libusb/os/linux_usbfs.c 	DIR *dir;
DIR               281 third_party/libusb/src/libusb/os/linux_usbfs.c 		DIR *dir;
DIR              1115 third_party/libusb/src/libusb/os/linux_usbfs.c 	DIR *dir;
DIR              1157 third_party/libusb/src/libusb/os/linux_usbfs.c 	DIR *buses = opendir(usbfs_path);
DIR              1217 third_party/libusb/src/libusb/os/linux_usbfs.c 	DIR *devices = opendir(SYSFS_DEVICE_PATH);
DIR               167 third_party/npapi/npspy/extern/nspr/md/_beos.h     DIR		*d;
DIR               154 third_party/npapi/npspy/extern/nspr/md/_unixos.h 	DIR *d;
DIR               154 third_party/protobuf/src/google/protobuf/testing/file.cc     DIR* dir = opendir(name.c_str());
DIR                67 third_party/talloc/libreplace/repdir_getdents.c DIR *opendir(const char *dname)
DIR                95 third_party/talloc/libreplace/repdir_getdents.c 	return (DIR *)d;
DIR                98 third_party/talloc/libreplace/repdir_getdents.c struct dirent *readdir(DIR *dir)
DIR               116 third_party/talloc/libreplace/repdir_getdents.c long telldir(DIR *dir)
DIR               132 third_party/talloc/libreplace/repdir_getdents.c void seekdir(DIR *dir, long ofs)
DIR               143 third_party/talloc/libreplace/repdir_getdents.c void rewinddir(DIR *dir)
DIR               148 third_party/talloc/libreplace/repdir_getdents.c int closedir(DIR *dir)
DIR               161 third_party/talloc/libreplace/repdir_getdents.c int dirfd(DIR *dir)
DIR                69 third_party/talloc/libreplace/repdir_getdirentries.c DIR *opendir(const char *dname)
DIR                97 third_party/talloc/libreplace/repdir_getdirentries.c 	return (DIR *)d;
DIR               100 third_party/talloc/libreplace/repdir_getdirentries.c struct dirent *readdir(DIR *dir)
DIR               120 third_party/talloc/libreplace/repdir_getdirentries.c long telldir(const DIR *dir)
DIR               122 third_party/talloc/libreplace/repdir_getdirentries.c long telldir(DIR *dir)
DIR               140 third_party/talloc/libreplace/repdir_getdirentries.c int seekdir(DIR *dir, long ofs)
DIR               142 third_party/talloc/libreplace/repdir_getdirentries.c void seekdir(DIR *dir, long ofs)
DIR               158 third_party/talloc/libreplace/repdir_getdirentries.c void rewinddir(DIR *dir)
DIR               163 third_party/talloc/libreplace/repdir_getdirentries.c int closedir(DIR *dir)
DIR               176 third_party/talloc/libreplace/repdir_getdirentries.c int dirfd(DIR *dir)
DIR                60 third_party/talloc/libreplace/test/os2_delete.c static int os2_delete(DIR *d)
DIR                96 third_party/talloc/libreplace/test/os2_delete.c 	DIR *d;
DIR                97 tools/android/ps_ext/ps_ext.c   DIR *d = opendir("/proc");