HomeSort by relevance Sort by last modified time
    Searched refs:posixpath (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 4 import posixpath, os namespace
5 from posixpath import realpath, abspath, dirname, basename
14 On Windows, posixpath.abspath still returns paths with backslashes
39 self.assertEqual(posixpath.join("/foo", "bar", "/bar", "baz"), "/bar/baz")
40 self.assertEqual(posixpath.join("/foo", "bar", "baz"), "/foo/bar/baz")
41 self.assertEqual(posixpath.join("/foo/", "bar/", "baz/"), "/foo/bar/baz/")
44 self.assertEqual(posixpath.split("/foo/bar"), ("/foo", "bar"))
45 self.assertEqual(posixpath.split("/"), ("/", ""))
46 self.assertEqual(posixpath.split("foo"), ("", "foo"))
47 self.assertEqual(posixpath.split("////foo"), ("////", "foo")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 4 import posixpath, os namespace
5 from posixpath import realpath, abspath, dirname, basename
14 On Windows, posixpath.abspath still returns paths with backslashes
39 self.assertEqual(posixpath.join("/foo", "bar", "/bar", "baz"), "/bar/baz")
40 self.assertEqual(posixpath.join("/foo", "bar", "baz"), "/foo/bar/baz")
41 self.assertEqual(posixpath.join("/foo/", "bar/", "baz/"), "/foo/bar/baz/")
44 self.assertEqual(posixpath.split("/foo/bar"), ("/foo", "bar"))
45 self.assertEqual(posixpath.split("/"), ("/", ""))
46 self.assertEqual(posixpath.split("foo"), ("", "foo"))
47 self.assertEqual(posixpath.split("////foo"), ("////", "foo")
    [all...]
  /external/clang/tools/scan-view/
scan-view 7 import posixpath namespace
106 if not posixpath.exists(posixpath.join(root,'index.html')):
ScanView.py 6 import posixpath namespace
76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
254 path = posixpath.join(self.server.root, 'index.html')
408 if not file or not posixpath.exists(file):
438 path = posixpath.join(self.server.root, item['stderr'])
459 c.files.append(posixpath.join(self.server.root,
461 c.files.append(posixpath.join(self.server.root,
463 c.files.append(posixpath.join(self.server.root,
465 c.files.append(posixpath.join(self.server.root
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
scan-view 7 import posixpath namespace
106 if not posixpath.exists(posixpath.join(root,'index.html')):
ScanView.py 6 import posixpath namespace
76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
254 path = posixpath.join(self.server.root, 'index.html')
408 if not file or not posixpath.exists(file):
438 path = posixpath.join(self.server.root, item['stderr'])
459 c.files.append(posixpath.join(self.server.root,
461 c.files.append(posixpath.join(self.server.root,
463 c.files.append(posixpath.join(self.server.root,
465 c.files.append(posixpath.join(self.server.root
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
scan-view 7 import posixpath namespace
106 if not posixpath.exists(posixpath.join(root,'index.html')):
ScanView.py 6 import posixpath namespace
76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
254 path = posixpath.join(self.server.root, 'index.html')
408 if not file or not posixpath.exists(file):
438 path = posixpath.join(self.server.root, item['stderr'])
459 c.files.append(posixpath.join(self.server.root,
461 c.files.append(posixpath.join(self.server.root,
463 c.files.append(posixpath.join(self.server.root,
465 c.files.append(posixpath.join(self.server.root
    [all...]
  /external/skia/tools/
generate_includes_cpp.py 12 import posixpath namespace
39 full_path = posixpath.join(top_dir, filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 47 import os,posixpath namespace
56 if os.path is posixpath:
mimetypes.py 28 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)
SimpleHTTPServer.py 14 import posixpath namespace
152 path = posixpath.normpath(urllib.unquote(path))
194 base, ext = posixpath.splitext(path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 47 import os,posixpath namespace
56 if os.path is posixpath:
mimetypes.py 28 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)
SimpleHTTPServer.py 14 import posixpath namespace
152 path = posixpath.normpath(urllib.unquote(path))
194 base, ext = posixpath.splitext(path)
  /system/core/libsparse/
simg_dump.py 18 import getopt, posixpath, signal, struct, sys namespace
31 me = posixpath.basename(sys.argv[0])
  /external/google-breakpad/src/tools/python/
filter_syms.py 46 import posixpath namespace
192 'posix': posixpath }.get(options.path_handler, os.path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 3 import posixpath namespace
99 script_name = posixpath.normpath(script_name+'/'+name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 3 import posixpath namespace
99 script_name = posixpath.normpath(script_name+'/'+name)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
ext.py 31 import posixpath as _posixpath
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
ext.py 32 import posixpath as _posixpath
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
ext.py 31 import posixpath as _posixpath
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
ext.py 32 import posixpath as _posixpath
  /external/skia/tools/skp/
webpages_playback.py 58 import posixpath namespace
369 posixpath.join(self.gs.target_name(), dest_dir_name,
439 wpr_source = posixpath.join(ROOT_PLAYBACK_DIR_NAME, 'webpages_archive',
441 page_set_source = posixpath.join(ROOT_PLAYBACK_DIR_NAME,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 226 import posixpath, urlparse namespace
231 path = posixpath.dirname(path) + "/"

Completed in 426 milliseconds

1 2