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

  /external/python/cpython2/Lib/
os2emxpath.py 19 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
59 def splitunc(p): function
112 unc, rest = splitunc(path)
ntpath.py 21 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
138 def splitunc(p): function
234 unc, rest = splitunc(path)
505 prefix, rest = splitunc(abs)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
136 def splitunc(p): function
229 unc, rest = splitunc(path)
493 prefix, rest = splitunc(abs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 34 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
111 # to splitdrive() and splitunc().
156 def splitunc(p): function
252 unc, rest = splitunc(path)
523 prefix, rest = splitunc(abs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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)
  /external/python/cpython3/Lib/
ntpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
173 def splitunc(p): function
185 warnings.warn("ntpath.splitunc is deprecated, use ntpath.splitdrive instead",

Completed in 214 milliseconds