OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_reset
(Results
1 - 9
of
9
) sorted by null
/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
/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
();
/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 189 milliseconds