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

  /bootable/recovery/uncrypt/
uncrypt.cpp 537 std::string wipe_package; local
539 if (android::base::StartsWith(option, "--wipe_package=")) {
540 std::string path = option.substr(strlen("--wipe_package="));
541 if (!android::base::ReadFileToString(path, &wipe_package)) {
545 option = android::base::StringPrintf("--wipe_package_size=%zu", wipe_package.size());
556 if (!wipe_package.empty() && !write_wipe_package(wipe_package, &err)) {
  /bootable/recovery/
recovery.cpp 934 std::string wipe_package; local
    [all...]

Completed in 70 milliseconds