Searched refs:SUPPORTS_FUTIMES (Results 1 – 1 of 1) sorted by relevance
544 private static final int SUPPORTS_FUTIMES = 1 << 2; field in UnixNativeDispatcher559 return (capabilities & SUPPORTS_FUTIMES) != 0; in futimesSupported()