Home | History | Annotate | Download | only in scripts

Lines Matching full:join

49 	return os.path.normpath(os.path.join(buildRoot, "native", buildName))
52 return os.path.join(getNativeBuildDir(buildRoot, nativeLib, buildType), "assets")
55 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, ".."))
57 libsDir = os.path.join(libTargetDir, nativeLib.abiVersion)
58 srcLibFile = os.path.join(buildDir, common.NATIVE_LIB_NAME)
59 dstLibFile = os.path.join(libsDir, common.NATIVE_LIB_NAME)
87 srcGdbserverPath = os.path.join(common.ANDROID_NDK_PATH,
92 dstGdbserverPath = os.path.join(libsDir, 'gdbserver')
95 assert not os.path.exists(os.path.join(libsDir, "gdbserver"))
98 appDir = os.path.join(buildRoot, "package")
103 manifestSrcPath = os.path.normpath(os.path.join(common.ANDROID_DIR, "package", "AndroidManifest.xml"))
104 manifestDstPath = os.path.normpath(os.path.join(appDir, "AndroidManifest.xml"))
122 "-Dsource.dir=" + os.path.join(common.ANDROID_DIR, "package", "src"),
123 "-Dresource.absolute.dir=" + os.path.join(common.ANDROID_DIR, "package", "res")
127 os.chdir(os.path.join(common.ANDROID_DIR, "package"))
152 assetsDstDir = os.path.join(buildRoot, "package", "assets")
163 libTargetDir = os.path.join(buildRoot, "package", "libs")