OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sfbuf
(Results
1 - 1
of
1
) sorted by null
/external/libselinux/src/
init.c
31
struct statfs
sfbuf
;
local
42
rc = statfs(SELINUXMNT, &
sfbuf
);
45
if ((uint32_t)
sfbuf
.f_type == (uint32_t)SELINUX_MAGIC) {
Completed in 47 milliseconds