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

  /external/selinux/policycoreutils/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
  /frameworks/native/cmds/installd/
commands.cpp 62 typedef int fd_t; typedef in namespace:android::installd
    [all...]

Completed in 5038 milliseconds