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

  /external/libselinux/src/
label_file.c 104 int mmapfd; local
125 mmapfd = open(mmap_path, O_RDONLY | O_CLOEXEC);
126 if (mmapfd < 0)
129 rc = fstat(mmapfd, &mmap_stat);
131 close(mmapfd);
137 close(mmapfd);
148 close(mmapfd);
152 addr = mmap(NULL, len, PROT_READ, MAP_PRIVATE, mmapfd, 0);
153 close(mmapfd);
  /external/selinux/libselinux/src/
label_file.c 106 int mmapfd; local
127 mmapfd = open(mmap_path, O_RDONLY | O_CLOEXEC);
128 if (mmapfd < 0)
131 rc = fstat(mmapfd, &mmap_stat);
133 close(mmapfd);
139 close(mmapfd);
150 close(mmapfd);
154 addr = mmap(NULL, len, PROT_READ, MAP_PRIVATE, mmapfd, 0);
155 close(mmapfd);
  /external/fio/
fio.h 162 int mmapfd; member in struct:thread_data

Completed in 2664 milliseconds