/external/deqp/scripts/ |
make_release.py | 50 assert os.path.normpath(path) == path 51 assert os.path.normpath(basePath) == basePath 62 basePath = os.path.normpath(basePath) 65 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath) 126 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", "gen_release_info.py")) 178 fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath)) 179 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath)) 196 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile)) 197 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile)) 233 scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "scripts", "build.py") [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_update.py | 98 normpath = os.path.normpath 100 # We monkey patch os.path.normpath here because the tarfile module 103 os.path.normpath = lambda fname: fname 108 os.path.normpath = normpath
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
util.py | 31 return os.path.normpath(os.path.join(GetCatapultDir(), 'third_party')) 35 return os.path.normpath(os.path.join( 48 return os.path.normpath(os.path.join(GetTelemetryDir(), '..', '..', '..'))
|
/bionic/libc/kernel/tools/ |
update_all.py | 57 original_dir = os.path.normpath(original_dir) 63 rel_path = os.path.normpath(os.path.join(root, file))
|
/external/deqp/scripts/egl/ |
common.py | 37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl")) 38 EGL_WRAPPER_DIR = os.path.normpath(os.path.join(EGL_DIR, "wrapper"))
|
/external/jsoncpp/scons-tools/ |
targz.py | 31 path = os.path.normpath( os.path.abspath( path ) ) 42 base_dir = os.path.normpath( env.get('TARGZ_BASEDIR', env.Dir('.')).abspath )
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
os2emxpath.py | 17 "ismount","walk","expanduser","expandvars","normpath","abspath", 33 # (this is done by normpath). 120 def normpath(path): function 154 return normpath(path)
|
macpath.py | 12 "walk","expanduser","expandvars","normpath","abspath", 131 def normpath(s): function 194 return normpath(path)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
os2emxpath.py | 17 "ismount","walk","expanduser","expandvars","normpath","abspath", 33 # (this is done by normpath). 120 def normpath(path): function 154 return normpath(path)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 17 "ismount","walk","expanduser","expandvars","normpath","abspath", 33 # (this is done by normpath). 120 def normpath(path): function 154 return normpath(path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os2emxpath.py | 17 "ismount","walk","expanduser","expandvars","normpath","abspath", 33 # (this is done by normpath). 120 def normpath(path): function 154 return normpath(path)
|
/external/deqp/android/scripts/ |
build.py | 49 return os.path.normpath(os.path.join(buildRoot, "native", buildName)) 55 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, "..")) 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"))
|
/external/deqp/scripts/build/ |
common.py | 27 DEQP_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
|
/external/fonttools/MetaTools/ |
buildTableList.py | 10 fontToolsDir= os.path.normpath(fontToolsDir)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_macpath.py | 43 # Issue 5827: Make sure normpath preserves unicode 45 self.assertIsInstance(macpath.normpath(path), unicode, 46 'normpath() returned str instead of unicode')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_macpath.py | 43 # Issue 5827: Make sure normpath preserves unicode 45 self.assertIsInstance(macpath.normpath(path), unicode, 46 'normpath() returned str instead of unicode')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macpath.py | 43 # Issue 5827: Make sure normpath preserves unicode 45 self.assertIsInstance(macpath.normpath(path), unicode, 46 'normpath() returned str instead of unicode')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macpath.py | 43 # Issue 5827: Make sure normpath preserves unicode 45 self.assertIsInstance(macpath.normpath(path), unicode, 46 'normpath() returned str instead of unicode')
|
/system/extras/systrace_analysis/ |
analyze_trace.py | 33 chromium_trace_path = os.path.normpath(this_script_path + '/../../../external/chromium-trace')
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
setup.py | 189 _os.path.normpath(dirpath).replace(sep, '.') 271 _os.path.normpath(item).split(_os.path.sep) 279 _os.path.normpath(item).split(_os.path.sep) 284 _os.path.normpath(item).split(_os.path.sep) 293 _os.path.normpath(item).split(_os.path.sep) 298 _os.path.normpath(item).split(_os.path.sep) 307 _os.path.normpath(item).split(_os.path.sep)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
setup.py | 190 _os.path.normpath(dirpath).replace(sep, '.') 272 _os.path.normpath(item).split(_os.path.sep) 280 _os.path.normpath(item).split(_os.path.sep) 285 _os.path.normpath(item).split(_os.path.sep) 294 _os.path.normpath(item).split(_os.path.sep) 299 _os.path.normpath(item).split(_os.path.sep) 308 _os.path.normpath(item).split(_os.path.sep)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
setup.py | 189 _os.path.normpath(dirpath).replace(sep, '.') 271 _os.path.normpath(item).split(_os.path.sep) 279 _os.path.normpath(item).split(_os.path.sep) 284 _os.path.normpath(item).split(_os.path.sep) 293 _os.path.normpath(item).split(_os.path.sep) 298 _os.path.normpath(item).split(_os.path.sep) 307 _os.path.normpath(item).split(_os.path.sep)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
setup.py | 190 _os.path.normpath(dirpath).replace(sep, '.') 272 _os.path.normpath(item).split(_os.path.sep) 280 _os.path.normpath(item).split(_os.path.sep) 285 _os.path.normpath(item).split(_os.path.sep) 294 _os.path.normpath(item).split(_os.path.sep) 299 _os.path.normpath(item).split(_os.path.sep) 308 _os.path.normpath(item).split(_os.path.sep)
|
/external/deqp/scripts/opengl/ |
src_util.py | 34 OPENGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl")) 35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
|
/external/jsoncpp/test/ |
runjsontests.py | 125 jsontest_executable_path = os.path.normpath( os.path.abspath( args[0] ) ) 127 input_path = os.path.normpath( os.path.abspath( args[1] ) )
|