OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avc_reset
(Results
1 - 10
of
10
) sorted by null
/external/selinux/libselinux/man/man3/
avc_open.3
6
avc_open, avc_destroy,
avc_reset
, avc_cleanup \- userspace SELinux AVC setup and teardown
17
.BI "int
avc_reset
(void);"
30
.BR
avc_reset
()
/external/libselinux/src/
avc_internal.h
179
hidden_proto(
avc_reset
)
mapping.c
41
if (
avc_reset
() < 0)
avc.c
459
int
avc_reset
(void)
502
hidden_def(
avc_reset
)
1071
rc =
avc_reset
();
/external/selinux/libselinux/src/
avc_internal.h
179
hidden_proto(
avc_reset
)
mapping.c
41
if (
avc_reset
() < 0)
avc.c
499
int
avc_reset
(void)
542
hidden_def(
avc_reset
)
1126
rc =
avc_reset
();
/external/libselinux/include/selinux/
avc.h
215
*
avc_reset
- Flush the cache and reset statistics.
222
int
avc_reset
(void);
407
*
avc_reset
(). See the structure definition for
/external/selinux/libselinux/include/selinux/
avc.h
219
*
avc_reset
- Flush the cache and reset statistics.
226
int
avc_reset
(void);
411
*
avc_reset
(). See the structure definition for
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
294
def
avc_reset
():
function
295
return _selinux.
avc_reset
()
296
avc_reset
= _selinux.
avc_reset
variable
[
all
...]
Completed in 429 milliseconds