Searched refs:futimesSupported (Results 1 – 3 of 3) sorted by relevance
97 if (futimesSupported()) { in setTimes()116 if (futimesSupported()) { in setTimes()
192 if (dfd >= 0 && futimesSupported()) { in copyDirectory()272 if (futimesSupported()) { in copyFile()
558 static boolean futimesSupported() { in futimesSupported() method in UnixNativeDispatcher