Searched refs:dirfd (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/sandbox/linux/suid/
H A Dprocess_util_linux.c41 const int dirfd = open(oom_adj, O_RDONLY | O_DIRECTORY); local
42 if (dirfd < 0)
46 if (fstat(dirfd, &statbuf) < 0) {
47 close(dirfd);
51 close(dirfd);
55 int fd = openat(dirfd, "oom_score_adj", O_WRONLY);
59 fd = openat(dirfd, "oom_adj", O_WRONLY);
70 close(dirfd);
/external/qemu/
H A Dqemu-os-posix.h51 int qemu_utimensat(int dirfd, const char *path, const qemu_timespec *times,
H A Doslib-posix.c113 int qemu_utimensat(int dirfd, const char *path, const struct timespec *times, argument
122 ret = utimensat(dirfd, path, times, flags);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinuxfdwalk.c60 int opendirfd = dirfd(dir);
/external/grub/stage2/
H A Ddir.h135 #define dirfd(dirp) ((dirp)->dd_fd) macro
/external/openssh/openbsd-compat/
H A Dbsd-closefrom.c84 fd >= 0 && fd < INT_MAX && fd >= lowfd && fd != dirfd(dirp))
H A Dgetcwd.c148 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/chromium/
H A DSQLiteFileSystemChromiumPosix.cpp46 int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock);
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c3323 int dirfd; local
3326 rc = osOpenDirectory(pFile->zPath, &dirfd);
3327 if( rc==SQLITE_OK && dirfd>=0 ){
3328 full_fsync(dirfd, 0, 0);
3329 robust_close(pFile, dirfd, __LINE__);
4866 int dirfd,
4871 return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete, 0);
4864 chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock, int isDelete) argument
/external/bison/
H A Dmaint.mk682 _de1 = dirfd|(close|(fd)?open|read|rewind|seek|tell)dir(64)?(_r)?
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27479 int dirfd; local
27482 rc = osOpenDirectory(pFile->zPath, &dirfd);
27483 if( rc==SQLITE_OK && dirfd>=0 ){
27484 full_fsync(dirfd, 0, 0);
27485 robust_close(pFile, dirfd, __LINE__);
29020 chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock, int isDelete) argument
[all...]
/external/openssh/
H A Dconfigure8996 dirfd \
/external/sqlite/dist/orig/
H A Dsqlite3.c28410 int dirfd; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28428 int dirfd; local
[all...]

Completed in 882 milliseconds