Searched defs:times (Results 1 - 12 of 12) sorted by relevance

/haiku/src/libs/bsd/
H A Dlutimes.c20 lutimes(const char* path, const struct timeval times[2]) argument
/haiku/src/system/libroot/posix/
H A Dutime.c20 utime(const char *path, const struct utimbuf *times) argument
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c24 _utimes(const char* path, const struct timeval times[2], bool traverseLink) argument
50 utimes(const char* path, const struct timeval times[2]) argument
57 utimensat(int fd, const char *path, const struct timespec times[ argument
109 futimens(int fd, const struct timespec times[2]) argument
[all...]
/haiku/src/tests/kits/game/set_mouse_position_test/
H A Dtest_mouse.cpp86 int times; local
109 TestMouse(int times) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_hw.c195 int times, delay; local
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp145 double times[TIME_TYPE_COUNT] = { }; local
/haiku/src/build/libroot/
H A Dfs_darwin.cpp515 futimesat(int fd, const char *path, const struct timeval times[2]) argument
H A Dfunction_remapper.cpp70 utimensat(int fd, const char* path, const struct timespec times[2], int flag) argument
79 futimens(int fd, const struct timespec times[2]) argument
H A Dfs.cpp79 utimes_helper(File& file, const struct timespec times[2]) argument
140 SetTimes(const timeval times[2]) argument
151 futimens(int fd, const struct timespec times[2]) argument
175 SetTimes(const timeval times[2]) argument
189 utimensat(int fd, const char* path, const struct timespec times[2], int flag) argument
949 struct timespec times[2]; local
1265 _haiku_build_utimensat(int fd, const char* path, const struct timespec times[2], int flag) argument
1324 _haiku_build_futimens(int fd, const struct timespec times[2]) argument
[all...]
/haiku/src/bin/
H A Dtop.cpp126 ThreadTimeList times; local
288 ThreadTimeList times; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c1473 u64 *times; local
1533 u64 times[4]; local
[all...]
/haiku/src/bin/package/
H A Dcommand_extract.cpp563 timespec times[2] = {entry->AccessTime(), entry->ModifiedTime()}; local

Completed in 129 milliseconds