Lines Matching defs:input_file
742 def DoesInputFileContain(input_file, fn): argument
757 def ReadBytesFromInputFile(input_file, fn): argument
777 def ReadFromInputFile(input_file, fn): argument
782 def WriteBytesToInputFile(input_file, fn, data): argument
804 def WriteToInputFile(input_file, fn, str: str): argument
809 def ExtractFromInputFile(input_file, fn): argument
845 def LoadInfoDict(input_file, repacking=False): argument
1022 def __init__(self, input_file, name, placeholder_values=None): argument
1042 def FromInputFile(input_file, name, placeholder_values=None, ramdisk_format=RamdiskFormat.LZ4): argument
1056 def _ReadBootPropFile(input_file, partition_name, ramdisk_format): argument
1074 def _ReadPartitionPropFile(input_file, name): argument
1231 def _FindAndLoadRecoveryFstab(info_dict, input_file, read_helper): argument