Home | History | Annotate | Download | only in android

Lines Matching refs:sfsb

1407     struct statfs sfsb;
1483 if (statfs(pathname, &sfsb) == 0) {
1484 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC)