OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wipe_package
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/uncrypt/
uncrypt.cpp
507
std::string
wipe_package
;
local
509
if (android::base::StartsWith(option, "--
wipe_package
=")) {
510
std::string path = option.substr(strlen("--
wipe_package
="));
511
if (!android::base::ReadFileToString(path, &
wipe_package
)) {
515
option = android::base::StringPrintf("--wipe_package_size=%zu",
wipe_package
.size());
526
if (!
wipe_package
.empty() && !write_wipe_package(
wipe_package
, &err)) {
/bootable/recovery/
recovery.cpp
934
std::string
wipe_package
;
local
[
all
...]
Completed in 703 milliseconds