OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_load_only
(Results
1 - 3
of
3
) sorted by null
/external/selinux/python/sepolgen/src/sepolgen/
audit.py
355
AuditParser.
last_load_only
is set to true. It is assumed that messages
359
def __init__(self,
last_load_only
=False):
361
self.
last_load_only
=
last_load_only
420
# self.
last_load_only
.
428
if self.
last_load_only
:
435
if msg.auditd and self.
last_load_only
:
/external/selinux/python/audit2allow/
audit2allow
131
parser = audit.AuditParser(
last_load_only
=self.__options.lastreload)
audit2why
131
parser = audit.AuditParser(
last_load_only
=self.__options.lastreload)
Completed in 198 milliseconds