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

  /bootable/recovery/
adb_install.h 22 int apply_from_adb(RecoveryUI* h, int* wipe_cache, const char* install_file);
install.h 31 const char* install_file, bool needs_mount);
adb_install.cpp 78 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) {
118 result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false);
install.cpp 255 install_package(const char* path, int* wipe_cache, const char* install_file,
258 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')
  /ndk/build/tools/
build-ndk-sysroot.sh 147 install_file () function
155 (cd $1 && find . -type f | while read ff; do install_file $ff $2; done)

Completed in 114 milliseconds