Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dcommon.py132 def LoadInfoDict(input_file, input_dir=None): argument
137 if isinstance(input_file, zipfile.ZipFile):
138 return input_file.read(fn)
140 path = os.path.join(input_file, *fn.split("/"))