OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_files_zip
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
ota_from_target_files
264
def HasRecoveryPatch(
target_files_zip
):
265
namelist = [name for name in
target_files_zip
.namelist()]
270
def HasVendorPartition(
target_files_zip
):
272
target_files_zip
.getinfo("VENDOR/")
[
all
...]
ota_from_target_files.py
264
def HasRecoveryPatch(
target_files_zip
):
265
namelist = [name for name in
target_files_zip
.namelist()]
270
def HasVendorPartition(
target_files_zip
):
272
target_files_zip
.getinfo("VENDOR/")
[
all
...]
Completed in 42 milliseconds