Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/clients/report/
Dvalidate_failures.py66 def GetMakefileVars(makefile_path): argument
67 assert os.path.exists(makefile_path)
69 with open(makefile_path) as lines: