OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needed_partitions
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
add_img_to_target_files
405
def AddVBMeta(output_zip, partitions, name,
needed_partitions
):
417
needed_partitions
: Partitions whose descriptors should be included into the
426
assert
needed_partitions
, "Needed partitions must be specified"
439
if partition not in
needed_partitions
:
[
all
...]
add_img_to_target_files.py
405
def AddVBMeta(output_zip, partitions, name,
needed_partitions
):
417
needed_partitions
: Partitions whose descriptors should be included into the
426
assert
needed_partitions
, "Needed partitions must be specified"
439
if partition not in
needed_partitions
:
[
all
...]
Completed in 495 milliseconds