Lines Matching refs:normpath
52 assert os.path.normpath(path) == path
53 assert os.path.normpath(basePath) == basePath
64 basePath = os.path.normpath(basePath)
67 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
128 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", …
180 …fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePa…
181 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath))
198 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
199 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
235 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script…
243 srcFile = os.path.normpath(os.path.join(buildRoot, "package", "bin", "dEQP-debug.apk"))
244 dstFile = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
253 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch…
296 components = os.path.normpath(filename).split(os.sep)