Home
last modified time | relevance | path

Searched defs:isabs (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dmacpath.py33 def isabs(s): function
Dntpath.py56 def isabs(s): function
Dposixpath.py52 def isabs(s): function
Dplatform.py963 isabs=os.path.isabs,join=os.path.join,getcwd=os.getcwd, argument
/external/python/cpython3/Lib/
Dposixpath.py60 def isabs(s): function
Dntpath.py61 def isabs(s): function
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py93 def isabs(p): function
/external/python/parse_type/tasks/_vendor/
Dpath.py991 def isabs(self): member in Path
/external/openssh/
Dsftp.c1972 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; in complete_match() local
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py3141 def isabs(self, path): member in FakePathModule