Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c775 struct statfs sfsb; in selinux_restorecon() local
883 if (statfs(pathname, &sfsb) == 0) { in selinux_restorecon()
884 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon()
1141 struct statfs sfsb; in selinux_restorecon_xattr() local
1163 if (statfs(pathname, &sfsb) == 0) { in selinux_restorecon_xattr()
1164 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1165 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1198 if (statfs(ftsent->fts_path, &sfsb) == 0) { in selinux_restorecon_xattr()
1199 if (sfsb.f_type == RAMFS_MAGIC || in selinux_restorecon_xattr()
1200 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1407 struct statfs sfsb; in selinux_android_restorecon_common() local
1483 if (statfs(pathname, &sfsb) == 0) { in selinux_android_restorecon_common()
1484 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_android_restorecon_common()