Home
last modified time | relevance | path

Searched refs:HAVE_UTIMES (Results 1 – 16 of 16) sorted by relevance

/third_party/curl/src/
Dtool_filetime.c91 #if defined(HAVE_UTIME) || defined(HAVE_UTIMES) || \
137 #elif defined(HAVE_UTIMES) in setfiletime()
Dtool_filetime.h30 #if defined(HAVE_UTIME) || defined(HAVE_UTIMES) || \
/third_party/curl/lib/
Dcurl_config_standard.h771 #define HAVE_UTIMES 1 macro
Dcurl_config_liteos_a.h741 #define HAVE_UTIMES 1 macro
Dcurl_config_liteos_m.h768 #define HAVE_UTIMES 1 macro
Dcurl_config.h.cmake669 #cmakedefine HAVE_UTIMES 1
/third_party/glib/
Dconfig.h332 #define HAVE_UTIMES 1 macro
/third_party/e2fsprogs/lib/
Dconfig.h598 #define HAVE_UTIMES 1 macro
Dconfig.h.in597 #undef HAVE_UTIMES
/third_party/e2fsprogs/util/
Dsubst.c309 #elif HAVE_UTIMES in set_utimes()
/third_party/glib/gio/
Dglocalfileinfo.c2188 #if defined (HAVE_UTIMES) || defined (G_OS_WIN32)
2594 #elif defined (HAVE_UTIMES)
2770 #if defined (HAVE_UTIMES) || defined (G_OS_WIN32) in _g_local_file_info_set_attribute()
2838 #if defined (HAVE_UTIMES) || defined (G_OS_WIN32) in _g_local_file_info_set_attributes()
2912 #if defined (HAVE_UTIMES) || defined (G_OS_WIN32) in _g_local_file_info_set_attributes()
Dglocalfile.c169 #ifdef HAVE_UTIMES in g_local_file_class_init()
/third_party/glib/gio/tests/
Dfile.c2868 #ifdef HAVE_UTIMES in test_build_attribute_list_for_copy()
/third_party/curl/
DCMakeLists.txt1013 check_symbol_exists(utimes "${CURL_INCLUDES}" HAVE_UTIMES)
/third_party/python/
Dpyconfig.h.in1284 #undef HAVE_UTIMES
/third_party/python/Modules/
Dposixmodule.c5163 #elif defined(HAVE_UTIMES) in utime_default()