OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_recovery_keys
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
sign_target_files_apks
311
new_recovery_keys
= ReplaceOtaKeys(input_tf_zip, output_tf_zip, misc_info)
312
if
new_recovery_keys
:
317
# The "
new_recovery_keys
" has been already written into the output_tf_zip
320
write_to_temp(recovery_keys_location, 0o755 << 16,
new_recovery_keys
)
490
new_recovery_keys
, _ = p.communicate()
499
common.ZipWriteStr(output_tf_zip, recovery_keys_location,
new_recovery_keys
)
535
return
new_recovery_keys
sign_target_files_apks.py
311
new_recovery_keys
= ReplaceOtaKeys(input_tf_zip, output_tf_zip, misc_info)
312
if
new_recovery_keys
:
317
# The "
new_recovery_keys
" has been already written into the output_tf_zip
320
write_to_temp(recovery_keys_location, 0o755 << 16,
new_recovery_keys
)
490
new_recovery_keys
, _ = p.communicate()
499
common.ZipWriteStr(output_tf_zip, recovery_keys_location,
new_recovery_keys
)
535
return
new_recovery_keys
Completed in 225 milliseconds