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

  /bootable/recovery/
adb_install.h 22 int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file);
install.h 30 int install_package(const char* root_path, bool* wipe_cache, const char* install_file,
adb_install.cpp 74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) {
116 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false, 0);
install.cpp 508 install_package(const char* path, bool* wipe_cache, const char* install_file,
514 FILE* install_log = fopen_path(install_file, "w");
  /development/scripts/
compare-installed-size.py 43 def ParseFile(install_file, idx):
44 input_stream = open(install_file, 'r')
  /external/selinux/libsemanage/src/
policy.h 53 int (*install_file) (struct semanage_handle *, const char *); member in struct:semanage_policy_table
modules.c 129 if (sh->funcs->install_file == NULL) {
142 return sh->funcs->install_file(sh, module_name);
direct_api.c 110 .install_file = semanage_direct_install_file,
    [all...]
  /external/clang/
build.py 56 def install_file(src, dst): function
180 install_file(built_path, install_path)
263 install_file(os.path.join(headers_src, header), headers_dst)
265 install_file(android_path('bionic/libc/include/stdatomic.h'), headers_dst)
272 install_file(arm_neon_h, headers_dst)
306 install_file(built_lib, os.path.join(lib_dir, lib_name))
321 install_file(built_lib, os.path.join(lib_dir, lib_name))
347 install_file(built_lib, lib_dst)
369 install_file(built_lib64, os.path.join(lib_dst, lib64_name))
374 install_file(built_lib32, os.path.join(lib_dst, lib32_name)
    [all...]
  /ndk/build/tools/
build-ndk-sysroot.sh 142 install_file () function
150 (cd $1 && find . -type f | while read ff; do install_file $ff $2; done)
  /ndk/
checkbuild.py 231 def install_file(file_name, src_dir, dst_dir): function
310 install_file(file_name, toolchain_path, install_dir)

Completed in 390 milliseconds