Lines Matching refs:path
30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")
31 sys.path.insert(0, scriptPath)
45 def __init__ (self, name, path, incpath, devicepath, copyright = None):
47 self.path = path
90 return os.path.join(mustpass.project.path, mustpass.version, "src")
93 return os.path.join(mustpass.project.path, mustpass.version, "tmp")
102 return os.path.join(mustpass.project.path, mustpass.version)
105 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration))
164 for path in trivialPtrns:
165 if path in allCasesSet:
166 if path in matched:
167 errors.append((path, "Same case specified more than once"))
168 matched.add(path)
170 errors.append((path, "Test case not found"))
207 lists[filter.filename] = readPatternList(os.path.join(getSrcDir(mustpass), filter.filename))
257 return '_' + os.path.basename(headerFile).upper().replace('.', '_')
398 specFilename = os.path.join(mustpass.project.incpath, "glc%s.hpp" % convertToCamelcase(mustpass.project.name.lower().replace(' ','_')))
421 specFilename = os.path.join(mustpass.project.path, mustpass.version, "mustpass.xml")