Home
last modified time | relevance | path

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

/external/llvm/cmake/modules/
DAddOCaml.cmake193 foreach( install_file ${install_files} ${install_shlibs} )
194 get_filename_component(filename "${install_file}" NAME)
196 COMMAND "${CMAKE_COMMAND}" "-E" "copy" "${install_file}"
/external/selinux/libsemanage/src/
Dpolicy.h53 int (*install_file) (struct semanage_handle *, const char *); member
Dmodules.c129 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()
Ddirect_api.c103 .install_file = semanage_direct_install_file,