HomeSort by relevance Sort by last modified time
    Searched full:splitunc (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
compatibility.py 23 unc_path, rest = os.path.splitunc(path)
24 unc_start, rest = os.path.splitunc(start)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
58 def splitunc(p): function
111 unc, rest = splitunc(path)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
131 def splitunc(p): function
224 unc, rest = splitunc(path)
488 prefix, rest = splitunc(abs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
58 def splitunc(p): function
111 unc, rest = splitunc(path)
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
131 def splitunc(p): function
224 unc, rest = splitunc(path)
488 prefix, rest = splitunc(abs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 36 tester('ntpath.splitunc("\\\\conky\\mountpoint\\foo\\bar")',
38 tester('ntpath.splitunc("//conky/mountpoint/foo/bar")',
195 attributes = ['relpath', 'splitunc']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 36 tester('ntpath.splitunc("\\\\conky\\mountpoint\\foo\\bar")',
38 tester('ntpath.splitunc("//conky/mountpoint/foo/bar")',
195 attributes = ['relpath', 'splitunc']

Completed in 165 milliseconds