OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fc_data
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/src/
cil_post.h
33
struct
fc_data
{
struct
39
void cil_post_fc_fill_data(struct
fc_data
*fc, char *path);
/external/selinux/libselinux/src/android/
android_platform.c
49
uint8_t *
fc_data
= NULL;
local
75
fc_data
= realloc(
fc_data
, total_size + sb.st_size);
76
if (!
fc_data
) {
82
memcpy(
fc_data
+ total_size, map, sb.st_size);
92
SHA1(
fc_data
, total_size, c_digest);
100
free(
fc_data
);
[
all
...]
Completed in 1179 milliseconds