Home
last modified time | relevance | path

Searched defs:isfile (Results 1 – 9 of 9) 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/cpython2/Lib/plat-riscos/
Driscospath.py227 def isfile(p): function
/external/python/cpython2/Modules/
Dgetpath.c124 isfile(char *filename) /* Is file, not directory */ in isfile() function
/external/protobuf/gtest/test/
Drun_tests_util_test.py118 def isfile(self, path): member in FakePath
/external/python/cpython2/Demo/pdist/
DFSProxy.py138 def isfile(self, name): member in FSProxyLocal
/external/mksh/src/
Dmisc.c651 gmatchx(const char *s, const char *p, bool isfile) in gmatchx()