HomeSort by relevance Sort by last modified time
    Searched full:install_file (Results 1 - 5 of 5) 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);
adb_install.cpp 73 apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) {
109 return install_package(ADB_SIDELOAD_FILENAME, wipe_cache, install_file);
install.cpp 230 install_package(const char* path, int* wipe_cache, const char* install_file)
232 FILE* install_log = fopen_path(install_file, "w");
  /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 121 milliseconds