Home
last modified time | relevance | path

Searched refs:sfsb (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libselinux/src/
Dselinux_restorecon.c785 struct statfs sfsb; in selinux_restorecon() local
894 if (setrestoreconlast && statfs(pathname, &sfsb) == 0) { in selinux_restorecon()
895 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon()
1152 struct statfs sfsb; in selinux_restorecon_xattr() local
1174 if (statfs(pathname, &sfsb) == 0) { in selinux_restorecon_xattr()
1175 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1176 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1209 if (statfs(ftsent->fts_path, &sfsb) == 0) { in selinux_restorecon_xattr()
1210 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1211 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1576 struct statfs sfsb; in selinux_android_restorecon_common() local
1652 if (statfs(pathname, &sfsb) == 0) { in selinux_android_restorecon_common()
1653 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_android_restorecon_common()