Searched defs:isabs (Results 1 – 6 of 6) 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 | 933 isabs=os.path.isabs,join=os.path.join,getcwd=os.getcwd, argument
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 93 def isabs(p): function
|
/external/openssh/ |
D | sftp.c | 1851 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; in complete_match() local
|