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

  /external/clang/utils/analyzer/
SATestAdd.py 71 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
72 if os.path.exists(ProjectMapPath):
73 PMapFile = open(ProjectMapPath, "r+b")
76 PMapFile = open(ProjectMapPath, "w+b")
85 print "The project map is updated: ", ProjectMapPath
SATestBuild.py 123 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
125 if not os.path.exists(ProjectMapPath):
126 print "Error: Cannot find the Project Map file " + ProjectMapPath +\
129 return ProjectMapPath

Completed in 186 milliseconds