Searched defs:isfile (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Lib/ | ||
| D | genericpath.py | 27 def isfile(path): function |
| D | tarfile.py | 1572 def isfile(self): member in TarInfo |
| /third_party/python/Lib/unittest/test/ | ||
| D | test_discovery.py | 68 def isfile(path): function |
| D | test_program.py | 368 def isfile(path): function |
| /third_party/python/Lib/test/ | ||
| D | test_getpath.py | 940 def isfile(self, path): member in MockNTNamespace |
| /third_party/mksh/ | ||
| D | misc.c | 680 gmatchx(const char *s, const char *p, bool isfile) in gmatchx() |