Home
last modified time | relevance | path

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

/external/clang/utils/analyzer/
DSATestAdd.py49 def isExistingProject(PMapFile, projectID) : argument
50 PMapReader = csv.reader(PMapFile)
73 PMapFile = open(ProjectMapPath, "r+b")
76 PMapFile = open(ProjectMapPath, "w+b")
78 if (isExistingProject(PMapFile, ID)) :
83 PMapWriter = csv.writer(PMapFile)
87 PMapFile.close()
DSATestBuild.py664 PMapFile = open(getProjectMapPath(), "rb")
667 for I in csv.reader(PMapFile):
680 updateSVN("delete", PMapFile);
683 PMapFile.seek(0)
684 for I in csv.reader(PMapFile):
689 updateSVN("add", PMapFile);
695 PMapFile.close()