Home
last modified time | relevance | path

Searched defs:is_file (Results 1 – 5 of 5) sorted by relevance

/external/curl/src/
Dtool_getparam.c1305 char is_file; in getparameter() local
/external/curl/lib/vtls/
Dsectransp.c1232 CF_INLINE bool is_file(const char *filename) in is_file() function
Dnss.c372 static int is_file(const char *filename) in is_file() function
/external/python/cpython3/Lib/
Dpathlib.py1359 def is_file(self): member in Path
/external/python/cpython3/Lib/test/
Dtest_os.py3391 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument