Home
last modified time | relevance | path

Searched refs:ReadBytesFromInputFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/releasetools/
H A Dota_utils.py26 from common import (ZipDelete, DoesInputFileContain, ReadBytesFromInputFile, OPTIONS, MakeTempFile,
688 return ReadBytesFromInputFile(input_zip, "META/apex_info.pb")
H A Dota_from_target_files.py649 common.ReadBytesFromInputFile(input_file, CARE_MAP_ENTRY))
1190 care_map_data = common.ReadBytesFromInputFile(
H A Dcommon.py757 def ReadBytesFromInputFile(input_file, fn): function
779 return ReadBytesFromInputFile(input_file, fn).decode()