Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Ddirect_api.c1043 char hll_path[PATH_MAX]; in semanage_compile_module() local
1080 hll_path, in semanage_compile_module()
1081 sizeof(hll_path)); in semanage_compile_module()
1086 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) { in semanage_compile_module()
1087 ERR(sh, "Unable to read file %s\n", hll_path); in semanage_compile_module()
1120 status = unlink(hll_path); in semanage_compile_module()
1122 ERR(sh, "Error while removing HLL file %s: %s", hll_path, strerror(errno)); in semanage_compile_module()