Home
last modified time | relevance | path

Searched defs:isfile (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/RISCOS/
Dunixstuff.c55 int isfile(char *fn) in isfile() function
/external/python/cpython2/Lib/
Dgenericpath.py34 def isfile(path): function
Dtarfile.py1467 def isfile(self): member in TarInfo
/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py50 def isfile(path): function
338 def isfile(_): function
/external/python/cpython3/Lib/
Dgenericpath.py27 def isfile(path): function
Dtarfile.py1399 def isfile(self): member in TarInfo
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py227 def isfile(p): function
/external/python/cpython2/Modules/
Dgetpath.c129 isfile(char *filename) /* Is file, not directory */ in isfile() function
/external/python/cpython3/Lib/unittest/test/
Dtest_discovery.py68 def isfile(path): function
741 def isfile(_): function
Dtest_program.py343 def isfile(path): function
/external/python/cpython2/Demo/pdist/
DFSProxy.py138 def isfile(self, name): member in FSProxyLocal
/external/python/cpython3/Modules/
Dgetpath.c182 isfile(const wchar_t *filename) in isfile() function
/external/mksh/src/
Dmisc.c680 gmatchx(const char *s, const char *p, bool isfile) in gmatchx()
/external/python/parse_type/tasks/_vendor/
Dpath.py1003 def isfile(self): member in Path
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py3102 def isfile(self, path: AnyPath, follow_symlinks: bool = True) -> bool: member in FakeFilesystem
3400 def isfile(self, path: AnyStr) -> bool: member in FakePathModule