HomeSort by relevance Sort by last modified time
    Searched refs:sfsb (Results 1 - 2 of 2) sorted by null

  /external/selinux/libselinux/src/
selinux_restorecon.c 775 struct statfs sfsb; local
883 if (statfs(pathname, &sfsb) == 0) {
884 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC)
1141 struct statfs sfsb; local
1163 if (statfs(pathname, &sfsb) == 0) {
1164 if (sfsb.f_type == RAMFS_MAGIC ||
1165 sfsb.f_type == TMPFS_MAGIC)
1198 if (statfs(ftsent->fts_path, &sfsb) == 0) {
1199 if (sfsb.f_type == RAMFS_MAGIC |
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 1407 struct statfs sfsb; local
    [all...]

Completed in 186 milliseconds