Searched defs:source_file (Results 1 – 5 of 5) sorted by relevance
52 string source_file = 1; field
541 def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): argument
681 def ConstructOtaApexInfo(target_zip, source_file=None): argument857 def Generate(self, target_file, source_file=None, additional_args=None, **kwargs): argument
875 def GenerateAbOtaPackage(target_file, output_file, source_file=None): argument
38 Result<std::string> copy_to_rw_temp_file(std::string const& source_file) { in copy_to_rw_temp_file()