Home
last modified time | relevance | path

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

/external/clang/
Dbuild.py93 def install_file(src, dst): function
292 install_file(built_path, install_path)
305 install_file(script_path, os.path.join(install_dir, 'bin'))
377 install_file(os.path.join(headers_src, header), headers_dst)
379 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
385 install_file(arm_neon_h, headers_dst)
419 install_file(built_lib, os.path.join(lib_dir, lib_name))
434 install_file(built_lib, os.path.join(lib_dir, lib_name))
461 install_file(built_lib, os.path.join(lib_dir, module + '.so'))
496 install_file(built_lib, lib_dst)
[all …]
/external/llvm/cmake/modules/
DAddOCaml.cmake199 foreach( install_file ${install_files} ${install_shlibs} )
200 get_filename_component(filename "${install_file}" NAME)
202 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.c113 .install_file = semanage_direct_install_file,
/external/llvm-project/llvm/cmake/modules/
DAddOCaml.cmake213 foreach( install_file ${install_files} ${install_shlibs} )
214 get_filename_component(filename "${install_file}" NAME)
216 COMMAND "${CMAKE_COMMAND}" "-E" "copy" "${install_file}"
/external/vulkan-validation-layers/build-android/
Dbuild.py28 def install_file(file_name, src_dir, dst_dir): function
265 install_file(f, source_dir, dest_dir)
/external/wayland/src/
Dmeson.build114 install_file = gen['install'] variable
126 install: install_file,