Searched refs:makefile_path (Results 1 – 1 of 1) sorted by relevance
66 def GetMakefileVars(makefile_path): argument67 assert os.path.exists(makefile_path)69 with open(makefile_path) as lines: