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 47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
48 if os.path.exists(ProjectMapPath):
49 PMapFile = open(ProjectMapPath, "r+b")
52 PMapFile = open(ProjectMapPath, "w+b")
61 print "The project map is updated: ", ProjectMapPath
SATestBuild.py 117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
119 if not os.path.exists(ProjectMapPath):
120 print "Error: Cannot find the Project Map file " + ProjectMapPath +\
123 return ProjectMapPath

Completed in 42 milliseconds