Searched refs:install_file (Results 1 – 4 of 4) sorted by relevance
193 foreach( install_file ${install_files} ${install_shlibs} )194 get_filename_component(filename "${install_file}" NAME)196 COMMAND "${CMAKE_COMMAND}" "-E" "copy" "${install_file}"
53 int (*install_file) (struct semanage_handle *, const char *); member
129 if (sh->funcs->install_file == NULL) { in semanage_module_install_file()142 return sh->funcs->install_file(sh, module_name); in semanage_module_install_file()
103 .install_file = semanage_direct_install_file,