Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Ddirect_api.c904 char *hll_data = NULL; in semanage_compile_hll() local
959 if ((hll_data_len = map_file(sh, in_fd, &hll_data, &compressed)) <= 0) { in semanage_compile_hll()
968 …status = semanage_pipe_data(sh, compiler_path, hll_data, (size_t)hll_data_len, &cil_data, &cil_dat… in semanage_compile_hll()
1008 if (hll_data_len > 0) munmap(hll_data, hll_data_len); in semanage_compile_hll()
1024 if (hll_data_len > 0) munmap(hll_data, hll_data_len); in semanage_compile_hll()