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

  /external/libselinux/src/
init.c 31 struct statfs sfbuf; local
42 rc = statfs(SELINUXMNT, &sfbuf);
45 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) {

Completed in 43 milliseconds