Home
last modified time | relevance | path

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

/external/jsoncpp/devtools/
Dantglob.py138 is_file = os.path.isfile( full_path )
139 if not is_file and not is_dir:
143 entry_type = is_file and FILE_LINK or DIR_LINK
145 entry_type = is_file and FILE or DIR
/external/python/cpython2/Tools/nuget/
Dmake_zip.py149 if dest.is_file():
152 if dest.is_file():
166 elif f.is_file() and (not condition or condition(f)):
/external/curl/src/
Dtool_getparam.c1183 char is_file; in getparameter() local
1189 is_file = *p++; /* pass the separator */ in getparameter()
1193 nlen = is_file = 0; in getparameter()
1196 if('@' == is_file) { in getparameter()
/external/curl/lib/vtls/
Dnss.c320 static int is_file(const char *filename) in is_file() function
344 if(!is_file(str)) in dup_nickname()
454 if(is_file(filename)) in nss_load_cert()
646 if(key_file || (is_file(cert_file))) { in cert_stuff()
Ddarwinssl.c1025 CF_INLINE bool is_file(const char *filename) in is_file() function
1251 bool is_cert_file = is_file(ssl_cert);
1389 bool is_cert_file = is_file(ssl_cafile);