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

  /external/selinux/libselinux/src/
init.c 34 struct statfs sfbuf; local
38 rc = statfs(mnt, &sfbuf);
41 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) {

Completed in 529 milliseconds