Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Ddirect_api.c900 char hll_path[PATH_MAX]; in semanage_compile_hll() local
947 hll_path, in semanage_compile_hll()
948 sizeof(hll_path)); in semanage_compile_hll()
953 if ((in_fd = open(hll_path, O_RDONLY)) == -1) { in semanage_compile_hll()
954 ERR(sh, "Unable to open %s\n", hll_path); in semanage_compile_hll()
960 ERR(sh, "Unable to read file %s\n", hll_path); in semanage_compile_hll()
989 status = unlink(hll_path); in semanage_compile_hll()
991 ERR(sh, "Error while removing HLL file %s: %s", hll_path, strerror(errno)); in semanage_compile_hll()