Searched defs:isabs (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | macpath.py | 33 def isabs(s): function
|
D | ntpath.py | 56 def isabs(s): function
|
D | posixpath.py | 52 def isabs(s): function
|
D | platform.py | 963 isabs=os.path.isabs,join=os.path.join,getcwd=os.getcwd, argument
|
/external/python/cpython3/Lib/ |
D | posixpath.py | 60 def isabs(s): function
|
D | ntpath.py | 61 def isabs(s): function
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 93 def isabs(p): function
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 991 def isabs(self): member in Path
|
/external/openssh/ |
D | sftp.c | 1972 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; in complete_match() local
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 3141 def isabs(self, path): member in FakePathModule
|