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 25 def isExistingProject(PMapFile, projectID) :
26 PMapReader = csv.reader(PMapFile)
49 PMapFile = open(ProjectMapPath, "r+b")
52 PMapFile = open(ProjectMapPath, "w+b")
54 if (isExistingProject(PMapFile, ID)) :
59 PMapWriter = csv.writer(PMapFile)
63 PMapFile.close()
SATestBuild.py 507 PMapFile = open(getProjectMapPath(), "rb")
510 for I in csv.reader(PMapFile):
523 updateSVN("delete", PMapFile);
526 PMapFile.seek(0)
527 for I in csv.reader(PMapFile):
532 updateSVN("add", PMapFile);
538 PMapFile.close()

Completed in 2581 milliseconds