Searched refs:utime (Results 1 - 18 of 18) sorted by relevance

/haiku/headers/posix/
H A Dutime.h22 int utime(const char *path, const struct utimbuf *buffer);
/haiku/src/system/libroot/posix/
H A Dutime.c7 #include <utime.h>
20 utime(const char *path, const struct utimbuf *times) function
/haiku/src/tools/unzip/unix/
H A Dunxcfg.h8 # include <utime.h>
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h26 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat25
85 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat22
136 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat2
184 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_compat1
H A Dfuse.h30 #include <utime.h>
155 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations
438 * This supersedes the old utime() interface. New applications
H A Dfuse_lowlevel.h28 #include <utime.h>
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp249 if (fs->ops.utime != NULL) {
254 return fs->ops.utime(path, &timeBuffer);
H A DFUSEFileSystem.cpp547 || fFS->ops.utime != NULL);
/haiku/src/bin/unzip/
H A Dbeos.c927 if (utime(G.filename, (struct utimbuf *)&zt)) {
968 if (utime(d->fn, (const struct utimbuf *)&d->u.t2)) {
1004 return (utime(fname, &tp));
H A Dunzpriv.h301 # include <utime.h>
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp9 #include <utime.h>
168 CHK(utime(filename, &buffer) == 0);
H A DBroadcastTester.cpp9 #include <utime.h>
H A DRosterWatchingTester.cpp9 #include <utime.h>
H A DLaunchTester.cpp9 #include <utime.h>
216 CHK(utime(filename, &buffer) == 0);
/haiku/src/build/libroot/
H A Dfs.cpp17 #include <utime.h>
996 if (utime(realPath.c_str(), &buffer) < 0)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2628 void utime() {} function
H A Dlibroot_stubs_legacy.c2618 void utime() {} function
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp13 #include <utime.h>
730 if (utime(path.GetPath(), &buffer) < 0)

Completed in 419 milliseconds