dirfd 37 sandbox/linux/suid/process_util_linux.c const int dirfd = open(oom_adj, O_RDONLY | O_DIRECTORY); dirfd 38 sandbox/linux/suid/process_util_linux.c if (dirfd < 0) dirfd 42 sandbox/linux/suid/process_util_linux.c if (fstat(dirfd, &statbuf) < 0) { dirfd 43 sandbox/linux/suid/process_util_linux.c close(dirfd); dirfd 47 sandbox/linux/suid/process_util_linux.c close(dirfd); dirfd 51 sandbox/linux/suid/process_util_linux.c int fd = openat(dirfd, "oom_score_adj", O_WRONLY); dirfd 55 sandbox/linux/suid/process_util_linux.c fd = openat(dirfd, "oom_adj", O_WRONLY); dirfd 66 sandbox/linux/suid/process_util_linux.c close(dirfd); dirfd 27464 third_party/sqlite/amalgamation/sqlite3.c int dirfd; dirfd 27467 third_party/sqlite/amalgamation/sqlite3.c rc = osOpenDirectory(pFile->zPath, &dirfd); dirfd 27468 third_party/sqlite/amalgamation/sqlite3.c if( rc==SQLITE_OK && dirfd>=0 ){ dirfd 27469 third_party/sqlite/amalgamation/sqlite3.c full_fsync(dirfd, 0, 0); dirfd 27470 third_party/sqlite/amalgamation/sqlite3.c robust_close(pFile, dirfd, __LINE__); dirfd 29007 third_party/sqlite/amalgamation/sqlite3.c int dirfd, dirfd 29012 third_party/sqlite/amalgamation/sqlite3.c return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete, 0); dirfd 3323 third_party/sqlite/src/src/os_unix.c int dirfd; dirfd 3326 third_party/sqlite/src/src/os_unix.c rc = osOpenDirectory(pFile->zPath, &dirfd); dirfd 3327 third_party/sqlite/src/src/os_unix.c if( rc==SQLITE_OK && dirfd>=0 ){ dirfd 3328 third_party/sqlite/src/src/os_unix.c full_fsync(dirfd, 0, 0); dirfd 3329 third_party/sqlite/src/src/os_unix.c robust_close(pFile, dirfd, __LINE__); dirfd 4866 third_party/sqlite/src/src/os_unix.c int dirfd, dirfd 4871 third_party/sqlite/src/src/os_unix.c return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete, 0); dirfd 159 third_party/talloc/libreplace/repdir_getdents.c #ifndef dirfd dirfd 174 third_party/talloc/libreplace/repdir_getdirentries.c #ifndef dirfd