Searched defs:mtime (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h89 fsw_u32 mtime; member in struct:fsw_hfs_dnode
H A Dfsw_hfs.c411 sb->store_time_posix(sb, FSW_DNODE_STAT_MTIME, mac_to_posix(dno->mtime));
626 fsw_u32 mtime; member in struct:__anon13090
670 vp->file_info.mtime = be32_to_cpu(folder_info->contentModDate);
683 vp->file_info.mtime = be32_to_cpu(file_info->contentModDate);
1023 baby->mtime = file_info->mtime;
1134 file_info.mtime = be32_to_cpu(info->contentModDate);
1146 file_info.mtime = be32_to_cpu(info->contentModDate);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile.c114 char ctime[40], mtime[40]; local
126 (void)PR_FormatTime(mtime, sizeof(mtime), "%c GMT", &tm);
129 output, " creation: %s,\n modify: %s\n", ctime, mtime);
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h71 char mtime[12]; member in struct:RTZIPTARHDRANCIENT
83 AssertCompileMemberOffset(RTZIPTARHDRANCIENT, mtime, 136);
107 char mtime[12]; member in struct:RTZIPTARHDRPOSIX
126 AssertCompileMemberOffset(RTZIPTARHDRPOSIX, mtime, 136);
149 char mtime[12]; member in struct:RTZIPTARHDRGNU
178 AssertCompileMemberOffset(RTZIPTARHDRGNU, mtime, 136);
208 char mtime[12]; member in struct:RTZIPTARHDRCOMMON
H A Dtar.cpp78 char mtime[12]; member in struct:RTTARRECORD::h
538 RTUID uid, RTGID gid, RTFMODE fmode, int64_t mtime)
551 RTStrPrintf(pRecord->h.mtime, sizeof(pRecord->h.mtime), "%0.11llo", mtime);
658 /* Todo: mode, gid, uid, mtime should be setable (or detected myself) */
537 rtTarCreateHeaderRecord(PRTTARRECORD pRecord, const char *pszSrcName, uint64_t cbSize, RTUID uid, RTGID gid, RTFMODE fmode, int64_t mtime) argument
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c629 timestruc_t mtime,
665 sfprov_timespec_from_ftime(&info.ModificationTime, mtime);
623 sfprov_set_attr( sfp_mount_t *mnt, char *path, uint_t mask, mode_t mode, timestruc_t atime, timestruc_t mtime, timestruc_t ctime) argument
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c75 char mtime[12]; /* 136 */ member in struct:tar_header
431 tartime = (time_t)getoct(buffer.header.mtime,12);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpropidl.h336 FILETIME mtime; member in struct:tagSTATPROPSETSTG
H A Dobjidl.h3457 FILETIME mtime; member in struct:tagSTATSTG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dpropidl.h336 FILETIME mtime; member in struct:tagSTATPROPSETSTG
H A Dobjidl.h3457 FILETIME mtime; member in struct:tagSTATSTG

Completed in 198 milliseconds