Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dbooleans.c147 static int bool_open(const char *name, int flag) { in bool_open() function
216 fd = bool_open(name, O_RDONLY | O_CLOEXEC); in get_bool_value()
280 fd = bool_open(name, O_WRONLY | O_CLOEXEC); in security_set_boolean()