Searched refs:modtime (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/posix/
H A Dutime.h14 time_t modtime; /* modification time */ member in struct:utimbuf
/haiku/src/system/libroot/posix/
H A Dutime.c27 stat.st_mtim.tv_sec = times->modtime;
/haiku/src/kits/interface/
H A DDecorInfo.cpp233 time_t modtime = 0; local
234 if (entry.GetModificationTime(&modtime) != B_OK) {
240 if (fModificationTime != modtime) {
/haiku/src/kits/tracker/
H A DThumbnails.cpp349 time_t modtime;
351 if (node->GetModificationTime(&modtime) == B_OK
354 if (thumbnailCreated > modtime) {
/haiku/src/bin/unzip/
H A Dlist.c599 time_t modtime = dos_to_unix_time(G.crec.last_mod_dos_datetime); variable
601 if (*last_modtime < modtime)
602 *last_modtime = modtime;
H A Dbeos.c997 int stamp_file(fname, modtime)
999 time_t modtime;
1003 tp.modtime = tp.actime = modtime;
H A Dunzpriv.h1492 time_t modtime; /* new modification time */ member in struct:ztimbuf
1508 ztimbuf t2; /* modtime, actime */
1535 char *revdate; /* (both roughly correspond to Unix modtime/st_mtime) */
2061 ZCONST char *fname, time_t modtime)); /* local */
2063 int stamp_file OF((ZCONST char *fname, time_t modtime)); /* local */
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp167 buffer.modtime = time;
H A DLaunchTester.cpp215 buffer.modtime = time;
/haiku/src/build/libroot/
H A Dfs.cpp995 buffer.modtime = (statMask & B_STAT_MODIFICATION_TIME) ? st->st_mtime : oldStat.st_mtime;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp727 buffer.modtime = (mask & WSTAT_MTIME)

Completed in 241 milliseconds