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

  /bootable/recovery/
adb_install.cpp 101 if (stat(ADB_SIDELOAD_FILENAME, &st) != 0) {
109 return install_package(ADB_SIDELOAD_FILENAME, wipe_cache, install_file);
  /bootable/recovery/minadbd/
services.c 54 fd = adb_creat(ADB_SIDELOAD_FILENAME, 0644);
56 fprintf(stderr, "failed to create %s\n", ADB_SIDELOAD_FILENAME);
adb.h 416 #define ADB_SIDELOAD_FILENAME "/tmp/update.zip"

Completed in 33 milliseconds