HomeSort by relevance Sort by last modified time
    Searched refs:PMapFile (Results 1 - 2 of 2) sorted by null

  /external/clang/utils/analyzer/
SATestAdd.py 49 def isExistingProject(PMapFile, projectID) :
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()
SATestBuild.py 664 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()

Completed in 75 milliseconds