Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Ddirect_api.c919 char hll_path[PATH_MAX]; in semanage_compile_module() local
956 hll_path, in semanage_compile_module()
957 sizeof(hll_path)); in semanage_compile_module()
962 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) { in semanage_compile_module()
963 ERR(sh, "Unable to read file %s\n", hll_path); in semanage_compile_module()
996 status = unlink(hll_path); in semanage_compile_module()
998 ERR(sh, "Error while removing HLL file %s: %s", hll_path, strerror(errno)); in semanage_compile_module()