Lines Matching refs:path
69 ext = os.path.splitext(filePath)[1]
96 scriptDir = os.path.dirname(os.path.abspath(__file__))
97 projectDir = os.path.normpath(os.path.join(scriptDir, "../.."))
108 return os.path.normpath(os.path.join(getProjectPath(), projectRelativePath))
114 return [getAbsolutePathPathFromProjectRelativePath(path) for path in relativePaths]
119 return [getAbsolutePathPathFromProjectRelativePath(path) for path in relativePaths]