OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stem_id
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libselinux/src/
label_file.c
297
int32_t
stem_id
, meta_chars;
local
367
rc = next_entry(&
stem_id
, mmap_area, sizeof(int32_t));
371
if (
stem_id
< 0 ||
stem_id
>= (int32_t)stem_map_len)
372
spec->
stem_id
= -1;
374
spec->
stem_id
= stem_map[
stem_id
];
949
if ((spec->
stem_id
== -1 || spec->
stem_id
== file_stem) &&
953
if (spec->
stem_id
== -1
[
all
...]
label_file.h
51
int
stem_id
; /* indicates which stem-compression item */
member in struct:spec
370
if (spec->
stem_id
>= 0)
371
reg_buf += stem_arr[spec->
stem_id
].len;
466
spec_arr[nspec].
stem_id
= find_stem_from_spec(data, regex);
/external/selinux/libselinux/utils/
sefcontext_compile.c
182
int32_t
stem_id
= specs[i].
stem_id
;
local
215
len = fwrite(&
stem_id
, sizeof(
stem_id
), 1, bin_file);
Completed in 358 milliseconds