Lines Matching refs:project
75 def __init__ (self, project, version, packages, isCurrent):
76 self.project = project
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)
229 if mustpass.project.copyright != None:
230 doc.insert(0, ElementTree.Comment(mustpass.project.copyright))
242 packageElem = ElementTree.SubElement(mustpassElem, "TestPackage", name = mustpass.project.name)
319 fileBody += mustpass.project.copyright
323 fileBody += 'const char* mustpassDir = "' + mustpass.project.devicepath + '/' + mustpass.version + '/";\n\n'
334 firstCfgDecl = "static const RunParams %s_first_cfg[] = " % mustpass.project.name.lower().replace(' ','_')
337 otherCfgDecl = "static const RunParams %s_other_cfg[] = " % mustpass.project.name.lower().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")