Searched defs:isfile (Results 1 – 9 of 9) sorted by relevance
55 int isfile(char *fn) in isfile() function
34 def isfile(path): function
1467 def isfile(self): member in TarInfo
50 def isfile(path): function338 def isfile(_): function
227 def isfile(p): function
124 isfile(char *filename) /* Is file, not directory */ in isfile() function
118 def isfile(self, path): member in FakePath
138 def isfile(self, name): member in FSProxyLocal
651 gmatchx(const char *s, const char *p, bool isfile) in gmatchx()