Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_getparam.c1241 char is_file; in getparameter() local
/external/curl/lib/vtls/
Ddarwinssl.c1176 CF_INLINE bool is_file(const char *filename) in is_file() function
Dnss.c341 static int is_file(const char *filename) in is_file() function
/external/python/cpython3/Lib/
Dpathlib.py1339 def is_file(self): member in Path
/external/python/cpython3/Lib/test/
Dtest_os.py3115 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument