Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dcommon.py100 def LoadInfoDict(input_file): argument
105 if isinstance(input_file, zipfile.ZipFile):
106 return input_file.read(fn)
108 path = os.path.join(input_file, *fn.split("/"))