OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEPOL_MODULE_PACKAGE_MAGIC
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/include/sepol/policydb/
module.h
31
#define
SEPOL_MODULE_PACKAGE_MAGIC
0xf97cff8f
/external/libsepol/src/
module.c
392
if (le32_to_cpu(buf[0]) !=
SEPOL_MODULE_PACKAGE_MAGIC
) {
395
SEPOL_MODULE_PACKAGE_MAGIC
, le32_to_cpu(buf[0]));
918
buf[0] = cpu_to_le32(
SEPOL_MODULE_PACKAGE_MAGIC
);
/external/checkpolicy/test/
dismod.c
724
if (le32_to_cpu(buf[0]) ==
SEPOL_MODULE_PACKAGE_MAGIC
) {
Completed in 1757 milliseconds