Home
last modified time | relevance | path

Searched refs:install_file (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddOCaml.cmake209 foreach( install_file ${install_files} ${install_shlibs} )
210 get_filename_component(filename "${install_file}" NAME)
212 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
266 install_file(f, source_dir, dest_dir)
/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,