HomeSort by relevance Sort by last modified time
    Searched full:fd_s (Results 1 - 1 of 1) sorted by null

  /external/selinux/policycoreutils/sandbox/
seunshare.c 438 int fd_t = -1, fd_s = -1; local
447 if ((fd_s = open(src, O_RDONLY)) < 0) {
451 if (fstat(fd_s, &tmp_st) == -1) {
459 if (fgetfilecon(fd_s, &con) == -1) {
545 if (fd_s >= 0) close(fd_s);

Completed in 115 milliseconds