Home
last modified time | relevance | path

Searched refs:hll_data_len (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsemanage/src/
Ddirect_api.c1050 ssize_t hll_data_len = 0; in semanage_compile_module() local
1086 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) { in semanage_compile_module()
1092 …status = semanage_pipe_data(sh, compiler_path, hll_data, (size_t)hll_data_len, &cil_data, &cil_dat… in semanage_compile_module()
1133 if (hll_data_len > 0) { in semanage_compile_module()
1134 munmap(hll_data, hll_data_len); in semanage_compile_module()