Lines Matching full:join
67 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
128 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", "gen_release_info.py"))
167 targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file)))
180 fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath))
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))
214 config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()),
217 srcPath = os.path.join(packageBuildInfo.dstBasePath, "src"))
229 buildRoot = os.path.join(packageBuildInfo.tmpBasePath, "android-build")
235 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "scripts", "build.py"))
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_sources.py"))
265 shutil.rmtree(os.path.join(packageBuildInfo.dstBasePath, "src"), ignore_errors=False)
327 dirName = os.path.join(tempfile.gettempdir(), "dEQP-Releases")
336 dstBasePath = os.path.join(tmpPath, releaseName)
337 tmpBasePath = os.path.join(tmpPath, releaseName + "-tmp")
355 shutil.rmtree(os.path.join(dstBasePath, "src"), ignore_errors=False)
463 COMMON_BUILD_ARGS = ['-DPNG_SRC_PATH=%s' % os.path.realpath(os.path.join(DEQP_DIR, '..', 'libpng'))]