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 514 PMapFile = open(getProjectMapPath(), "rb")
517 for I in csv.reader(PMapFile):
530 updateSVN("delete", PMapFile);
533 PMapFile.seek(0)
534 for I in csv.reader(PMapFile):
539 updateSVN("add", PMapFile);
545 PMapFile.close()

Completed in 39 milliseconds