Searched refs:utimes (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/posix/sys/
H A Dtime.h46 extern int utimes(const char *path, const struct timeval times[2]);
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c50 utimes(const char* path, const struct timeval times[2]) function
/haiku/src/build/libroot/
H A Dfs_darwin.cpp518 // call utimes() ignoring fd
519 return utimes(path, times);
532 return utimes(fullPath, times);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp635 FATAL_IF_POSIX_ERROR(utimes(absolutePath, NULL),
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2630 void utimes() {} function
H A Dlibroot_stubs_legacy.c2620 void utimes() {} function

Completed in 122 milliseconds