Searched refs:statfsBuffer (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c3031 struct statfs statfsBuffer; local
3032 if (0 == statfs(statPath, &statfsBuffer)) {
3033 if (statfsBuffer.f_flags & MNT_RDONLY) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_request.c397 struct statfs statfsBuffer; local
402 if (statfs("/System/Library/Caches", &statfsBuffer) == 0) {
403 if (statfsBuffer.f_flags & MNT_RDONLY) {

Completed in 282 milliseconds