sign_target_files_apks.py | 194 def write_to_temp(fn, attr, data): function in function:ProcessTargetFiles 243 write_to_temp(info.filename, info.external_attr, new_data) 293 write_to_temp(info.filename, info.external_attr, data) 310 write_to_temp(recovery_keys_location, 0o755 << 16, new_recovery_keys) 326 write_to_temp(dest, 0o755 << 16, new_data) 336 write_to_temp("BOOT/cmdline", 0o755 << 16, new_cmdline)
|