Searched refs:install_filename (Results 1 – 1 of 1) sorted by relevance
1428 const char *install_filename) in semanage_direct_install_file() argument1441 if ((in_fd = open(install_filename, O_RDONLY)) == -1) { in semanage_direct_install_file()1442 ERR(sh, "Unable to open %s: %s\n", install_filename, strerror(errno)); in semanage_direct_install_file()1448 ERR(sh, "Unable to read file %s\n", install_filename); in semanage_direct_install_file()1453 path = strdup(install_filename); in semanage_direct_install_file()