OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_zip
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
ota_from_target_files
624
def AddCompatibilityArchiveIfTrebleEnabled(
target_zip
, output_zip, target_info,
629
target_zip
then added to compatibility.zip which is added to the output_zip
636
target_zip
: Zip file containing the source files to be included for OTA.
670
if target_file_name in
target_zip
.namelist():
671
data =
target_zip
.read(target_file_name)
685
if not HasTrebleEnabled(
target_zip
, target_info):
[
all
...]
ota_from_target_files.py
624
def AddCompatibilityArchiveIfTrebleEnabled(
target_zip
, output_zip, target_info,
629
target_zip
then added to compatibility.zip which is added to the output_zip
636
target_zip
: Zip file containing the source files to be included for OTA.
670
if target_file_name in
target_zip
.namelist():
671
data =
target_zip
.read(target_file_name)
685
if not HasTrebleEnabled(
target_zip
, target_info):
[
all
...]
Completed in 92 milliseconds