HomeSort by relevance Sort by last modified time
    Searched refs:sfbuf (Results 1 - 2 of 2) 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) {
  /external/qemu/distrib/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 1073 milliseconds