Searched refs:hll_path (Results 1 – 1 of 1) sorted by relevance
919 char hll_path[PATH_MAX]; in semanage_compile_module() local956 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()