Searched defs:posixpath (Results 1 - 25 of 54) sorted by relevance

123

/external/python/cpython3/Lib/
H A Dfnmatch.py13 import posixpath namespace
53 if os.path is posixpath:
H A Dmimetypes.py28 import posixpath namespace
136 base, ext = posixpath.splitext(url)
138 base, ext = posixpath.splitext(base + self.suffix_map[ext])
141 base, ext = posixpath.splitext(base)
/external/skia/infra/bots/
H A Dzip_utils.py15 import posixpath namespace
41 zi.filename = zi.filename.replace(ntpath.sep, posixpath.sep)
62 dst_subpath = dst_subpath.replace(posixpath.sep, ntpath.sep)
/external/skqp/infra/bots/
H A Dzip_utils.py15 import posixpath namespace
41 zi.filename = zi.filename.replace(ntpath.sep, posixpath.sep)
62 dst_subpath = dst_subpath.replace(posixpath.sep, ntpath.sep)
/external/chromium-trace/catapult/devil/devil/android/
H A Dflag_changer_devicetest.py11 import posixpath namespace
37 self.cmdline_path = posixpath.join(flag_changer._CMDLINE_DIR, _CMDLINE_FILE)
38 self.cmdline_path_legacy = posixpath.join(
H A Dinstall_commands.py6 import posixpath namespace
28 paths = [posixpath.join(BIN_DIR, c) for c in _COMMANDS]
29 paths.append(posixpath.join(_FRAMEWORK_DIR, 'chromium_commands.jar'))
H A Dmd5sum.py6 import posixpath namespace
82 prefix = posixpath.commonprefix(paths)
H A Ddevice_temp_file.py10 import posixpath namespace
23 return posixpath.join(dir, '%s-%s%s' % (prefix, random_hex, suffix))
H A Dflag_changer.py7 import posixpath namespace
65 if posixpath.sep in cmdline_file:
69 self._cmdline_path = posixpath.join(_CMDLINE_DIR, cmdline_file)
71 cmdline_path_legacy = posixpath.join(_CMDLINE_DIR_LEGACY, cmdline_file)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_temp_file.py9 import posixpath namespace
33 self.name = posixpath.join(dir, '%s-%s%s' % (prefix, random_hex, suffix))
H A Dinstall_commands.py6 import posixpath namespace
28 paths = [posixpath.join(BIN_DIR, c) for c in _COMMANDS]
29 paths.append(posixpath.join(_FRAMEWORK_DIR, 'chromium_commands.jar'))
H A Dmd5sum.py6 import posixpath namespace
82 prefix = posixpath.commonprefix(paths)
/external/python/cpython2/Lib/
H A Dfnmatch.py47 import os,posixpath namespace
58 if os.path is posixpath:
H A DSimpleHTTPServer.py14 import posixpath namespace
165 path = posixpath.normpath(urllib.unquote(path))
209 base, ext = posixpath.splitext(path)
H A Dmimetypes.py28 import posixpath namespace
134 base, ext = posixpath.splitext(url)
136 base, ext = posixpath.splitext(base + self.suffix_map[ext])
139 base, ext = posixpath.splitext(base)
/external/python/cpython2/Lib/plat-irix5/
H A Dcddb.py177 import posixpath namespace
183 if posixpath.exists(file):
/external/python/cpython2/Lib/plat-irix6/
H A Dcddb.py177 import posixpath namespace
183 if posixpath.exists(file):
/external/python/cpython2/Lib/wsgiref/
H A Dutil.py3 import posixpath namespace
99 script_name = posixpath.normpath(script_name+'/'+name)
/external/deqp/scripts/
H A Dgen_android_mk.py24 import posixpath namespace
90 portablePath = posixpath.join(portablePath, component)
117 sourceDir = posixpath.dirname(sourceFile)
/external/google-breakpad/src/tools/python/
H A Dfilter_syms.py46 import posixpath namespace
192 'posix': posixpath }.get(options.path_handler, os.path)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dlookup.py7 import os, stat, posixpath, re namespace
178 self.directories = [posixpath.normpath(d) for d in
243 srcfile = posixpath.normpath(posixpath.join(dir, u))
259 v = self._uri_cache[key] = posixpath.join(
260 posixpath.dirname(relativeto), uri)
285 filename = posixpath.normpath(filename)
308 filename=posixpath.normpath(filename),
/external/python/cpython3/Lib/wsgiref/
H A Dutil.py3 import posixpath namespace
99 script_name = posixpath.normpath(script_name+'/'+name)
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dsystem_app.py12 import posixpath namespace
119 p: posixpath.join(relocate_to, posixpath.relpath(p, '/'))
123 posixpath.dirname(d)
H A Dsystem_app_devicetest.py8 import posixpath namespace
41 h = os.path.join(self._apk_cache_dir, posixpath.basename(o))
/external/clang/tools/scan-view/bin/
H A Dscan-view9 import posixpath namespace
118 if not posixpath.exists(posixpath.join(args.root, 'index.html')):

Completed in 1070 milliseconds

123