HomeSort by relevance Sort by last modified time
    Searched defs:fd_t (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
io.h 48 typedef HANDLE fd_t; typedef
52 typedef int fd_t; typedef
55 fd_t Open(const char *, const OFF_T);
56 OFF_T Seek(fd_t, OFF_T);
57 OFF_T SeekEnd(fd_t);
58 long Write(fd_t, const void *, const unsigned long);
59 long Read(fd_t, void *, const unsigned long);
60 int Sync (fd_t);
  /external/selinux/sandbox/
seunshare.c 438 int fd_t = -1, fd_s = -1; local
491 if ((fd_t = open(tmpdir, O_RDONLY)) < 0) {
495 if (fstat(fd_t, &tmp_st) == -1) {
503 if (fchmod(fd_t, 01770) == -1) {
508 if (fstat(fd_t, out_st) == -1) {
515 if (fsetfilecon(fd_t, con) == -1) {
544 if (fd_t >= 0) close(fd_t);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 86 typedef void* fd_t; typedef in namespace:__sanitizer
89 typedef int fd_t; typedef in namespace:__sanitizer

Completed in 112 milliseconds