OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apk_filename
(Results
1 - 3
of
3
) sorted by null
/external/v8/build/android/
resource_sizes.py
165
def PrintApkAnalysis(
apk_filename
, chartjson=None):
194
apk = zipfile.ZipFile(
apk_filename
, 'r')
200
total_apk_size = os.path.getsize(
apk_filename
)
201
apk_basename = os.path.basename(
apk_filename
)
230
transfer_size = _CalculateCompressedSize(
apk_filename
)
244
def PrintPakAnalysis(
apk_filename
, min_pak_resource_size):
245
"""Print sizes of all resources in all pak files in |
apk_filename
|."""
247
print 'Analyzing pak files in %s...' %
apk_filename
255
apk = zipfile.ZipFile(
apk_filename
, 'r')
288
print 'Analyzing pak resources in %s...' %
apk_filename
[
all
...]
/build/tools/releasetools/
check_target_files_signatures
286
for
apk_filename
, certname in self.certmap.iteritems():
292
apk = self.apks_by_basename[
apk_filename
]
check_target_files_signatures.py
286
for
apk_filename
, certname in self.certmap.iteritems():
292
apk = self.apks_by_basename[
apk_filename
]
Completed in 70 milliseconds