Lines Matching refs:path
41 def __init__ (self, path, copyright = None):
42 self.path = path
92 return os.path.join(mustpass.project.path, mustpass.version, "src")
102 return os.path.join(mustpass.project.path, mustpass.version)
264 readPatternList(os.path.join(getSrcDir(mustpass), filename), patternList)
288 # construct components of path to main destination file
291 mainDstFilePath = os.path.join(mainDstFileDir, mainDstFileName)
294 if not os.path.exists(mainDstFileDir):
304 currentDir = os.path.dirname(filePath)
305 if not os.path.exists(currentDir):
381 filePath = os.path.join(mainDstFileDir, mainGroupSubDir, groupName + ".txt")
403 specFilename = os.path.join(mustpass.project.path, mustpass.version, "mustpass.xml")
411 androidTestFilename = os.path.join(mustpass.project.path, "AndroidTest.xml")