OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_file_data
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/test/unit/
CilTest.h
36
struct
cil_file_data
{
struct
41
void set_cil_file_data(struct
cil_file_data
**);
test_cil_parser.c
42
struct
cil_file_data
*data;
CilTest.c
55
void set_cil_file_data(struct
cil_file_data
**data) {
56
struct
cil_file_data
*new_data = malloc(sizeof(*new_data));
[
all
...]
Completed in 70 milliseconds