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

/external/chromium_org/sandbox/linux/suid/
H A Dprocess_util_linux.c40 const int dirfd = open(oom_adj, O_RDONLY | O_DIRECTORY); local
41 if (dirfd < 0)
45 if (fstat(dirfd, &statbuf) < 0) {
46 close(dirfd);
50 close(dirfd);
54 int fd = openat(dirfd, "oom_score_adj", O_WRONLY);
58 fd = openat(dirfd, "oom_adj", O_WRONLY);
69 close(dirfd);
/external/qemu/include/sysemu/
H A Dos-posix.h51 int qemu_utimensat(int dirfd, const char *path, const qemu_timespec *times,
/external/chromium_org/third_party/webrtc/base/
H A Dlinuxfdwalk.c43 int opendirfd = dirfd(dir);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemPosix.cpp44 int chromium_sqlite3_fill_in_unix_sqlite3_file(sqlite3_vfs* vfs, int fd, int dirfd, sqlite3_file* file, const char* fileName, int noLock);
/external/e2fsprogs/contrib/
H A Dspd_readdir.c135 real_dirfd = dlsym(RTLD_NEXT, "dirfd");
451 int dirfd(DIR *dir) function
456 DEBUG_DIR(printf("dirfd %d, %p\n", fd, real_dirfd));
/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/lldb/source/Host/common/
H A DFileSpec.cpp913 long path_max = fpathconf (dirfd (dir_path_dir.get()), _PC_NAME_MAX);
/external/ltrace/etc/
H A Dlibc.so.conf71 int dirfd(DIR *);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc676 int dirfd = open("/proc/self", O_RDONLY); local
677 ASSERT_GT(dirfd, 0);
678 int res = fstatat(dirfd, "stat", st, 0);
683 close(dirfd);
/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.c27464 int dirfd; local
27467 rc = osOpenDirectory(pFile->zPath, &dirfd);
27468 if( rc==SQLITE_OK && dirfd>=0 ){
27469 full_fsync(dirfd, 0, 0);
27470 robust_close(pFile, dirfd, __LINE__);
29005 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/sqlite/dist/orig/
H A Dsqlite3.c27836 int dirfd; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27854 int dirfd; local
[all...]

Completed in 4421 milliseconds