OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_partitions
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/scripts/
brillo_update_payload
450
local part
old_partitions
="" new_partitions="" partition_names=""
455
old_partitions
+=":"
459
old_partitions
+="${SRC_PARTITIONS[${part}]:-}"
471
-
old_partitions
="${
old_partitions
}"
/system/update_engine/payload_generator/
generate_delta_main.cc
252
DEFINE_string(
old_partitions
, "",
406
vector<string> partition_names,
old_partitions
, new_partitions;
local
435
<< "--
old_partitions
if you are using --new_partitions.";
444
<< "Please use --new_partitions if you are using --
old_partitions
.";
455
old_partitions
=
458
CHECK(
old_partitions
.size() == new_partitions.size());
460
old_partitions
= {FLAGS_old_image, FLAGS_old_kernel};
461
LOG(WARNING) << "--
old_partitions
is empty, using deprecated --old_image "
466
payload_config.source.partitions.back().path =
old_partitions
[i];
Completed in 191 milliseconds