HomeSort by relevance Sort by last modified time
    Searched defs:install_file (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/build-android/
build.py 28 def install_file(file_name, src_dir, dst_dir): function
245 install_file(f, source_dir, dest_dir)
  /external/selinux/libsemanage/src/
policy.h 53 int (*install_file) (struct semanage_handle *, const char *); member in struct:semanage_policy_table
  /frameworks/rs/
build_rs.py 49 def install_file(src, dst): function
138 install_file(lib_path, lib_install)
185 install_file(built_path, install_path)
211 install_file(os.path.join(headers_src, header), headers_dst)
213 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
249 install_file(built_lib, os.path.join(lib_dir, bc_lib + '.bc'))
259 install_file(built_lib, os.path.join(lib_dir, lib_name))
264 install_file(built_lib, os.path.join(lib_dir, lib_name))
270 install_file(jar_dir, os.path.join(lib_dir, 'renderscript-v8.jar'))
283 install_file(android_path('frameworks/rs/rsDefines.h'), headers_dst_base
    [all...]
  /external/clang/
build.py 93 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/syslinux/extlinux/
main.c 342 * Must be run AFTER install_file()!
981 static int install_file(const char *path, int devfd, struct stat *rst) function
    [all...]

Completed in 530 milliseconds