Searched refs:modTime (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Ddyld_cache_format.h55 uint64_t modTime; member in struct:dyld_cache_image_info
H A Ddyldcache.h107 uint64_t modTime() const { return flip(mStruct->modTime); } function in struct:DYLDCache::Image
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Ddyld_cache_format.h55 uint64_t modTime; member in struct:dyld_cache_image_info
H A Ddyldcache.h107 uint64_t modTime() const { return flip(mStruct->modTime); } function in struct:DYLDCache::Image
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Ddyld_cache_format.h60 uint64_t modTime; member in struct:dyld_cache_image_info
H A DCacheFileAbstraction.hpp108 uint64_t modTime() const INLINE { return E::get64(fields.modTime); }
109 void set_modTime(uint64_t value) INLINE { E::set64(fields.modTime, value); }
H A DMachOLayout.hpp165 ino_t inode, time_t modTime, uid_t uid);
429 MachOLayout<A>::MachOLayout(const void* machHeader, uint64_t offset, const char* path, ino_t inode, time_t modTime, uid_t uid) argument
430 : fPath(path), fOffset(offset), fArchPair(0,0), fMTime(modTime), fInode(inode), fHasSplitSegInfo(false), fRootOwned(uid==0),
H A Dupdate_dyld_shared_cache.cpp989 temp.info.modTime = lib->getLastModTime();
1309 // verify every dylib in constructed graph is in existing cache with same inode and modTime
1315 //fprintf(stderr, "inode=0x%llX, mTime=0x%llX, path=%s\n", it->info.inode, it->info.modTime, it->layout->getID().name);
1326 if ( (cacheEntry->inode() != it->info.inode) || (cacheEntry->modTime() != it->info.modTime) ) {
1340 && (cacheEntry->modTime() == it->info.modTime)
2481 image->set_modTime(it->info.modTime);
2490 image->set_modTime(it->info.modTime);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV1.h44 TimeValue modTime; ///< Time of file's modification member in class:llvm::sys::FileStatus
52 FileStatus() : fileSize(0), modTime(0,0), mode(0777), user(999),
55 TimeValue getTimestamp() const { return modTime; }
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A DdirViewer.tcl158 if {[catch {file mtime $entry} modTime] != 0} {
164 D[clock format $modTime -format "%Y-%m-%d %H:%M"] $entry]
167 F[clock format $modTime -format "%Y-%m-%d %H:%M"] ""]
H A DdirViewer_tile.tcl164 if {[catch {file mtime $entry} modTime] != 0} {
170 D[clock format $modTime -format "%Y-%m-%d %H:%M"] $entry]
173 F[clock format $modTime -format "%Y-%m-%d %H:%M"] ""]
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c509 CF_PRIVATE SInt32 _CFGetPathProperties(CFAllocatorRef alloc, char *path, Boolean *exists, SInt32 *posixMode, int64_t *size, CFDateRef *modTime, SInt32 *ownerID, CFArrayRef *dirContents) { argument
513 if ((exists == NULL) && (posixMode == NULL) && (size == NULL) && (modTime == NULL) && (ownerID == NULL) && (dirContents == NULL)) {
557 if (modTime != NULL) {
564 *modTime = CFDateCreate(alloc, _CFAbsoluteTimeFromFileTimeSpec(ts));
566 *modTime = NULL;
597 CF_PRIVATE SInt32 _CFGetFileProperties(CFAllocatorRef alloc, CFURLRef pathURL, Boolean *exists, SInt32 *posixMode, int64_t *size, CFDateRef *modTime, SInt32 *ownerID, CFArrayRef *dirContents) { argument
605 return _CFGetPathProperties(alloc, path, exists, posixMode, size, modTime, ownerID, dirContents);
H A DCFURLAccess.c122 CFDateRef modTime = NULL, *modTimePtr = NULL; local
151 modTimePtr = &modTime;
192 if (exists && modTime) {
193 CFDictionarySetValue(propertyDict, kCFURLFileLastModificationTime, modTime);
216 if (modTime) CFRelease(modTime);
H A DCFXMLPreferencesDomain.c160 CFAbsoluteTime modTime; local
169 modTime = modDate ? CFDateGetAbsoluteTime(modDate) : 0.0;
175 if (modDate != NULL && modTime < domain->_lastReadTime) { // We're up-to-date
H A DCFInternal.h547 CF_PRIVATE SInt32 _CFGetPathProperties(CFAllocatorRef alloc, char *path, Boolean *exists, SInt32 *posixMode, SInt64 *size, CFDateRef *modTime, SInt32 *ownerID, CFArrayRef *dirContents);
549 /* any of exists, posixMode, size, modTime, and dirContents can be NULL. Usually it is not a good idea to pass NULL for exists, since interpretting the other values sometimes requires that you know whether the file existed or not. Except for dirContents, it is pretty cheap to compute any of these things as loing as one of them must be computed. */
551 CF_PRIVATE SInt32 _CFGetFileProperties(CFAllocatorRef alloc, CFURLRef pathURL, Boolean *exists, SInt32 *posixMode, SInt64 *size, CFDateRef *modTime, SInt32 *ownerID, CFArrayRef *dirContents);
553 /* any of exists, posixMode, size, modTime, and dirContents can be NULL. Usually it is not a good idea to pass NULL for exists, since interpretting the other values sometimes requires that you know whether the file existed or not. Except for dirContents, it is pretty cheap to compute any of these things as loing as one of them must be computed. */
/macosx-10.9.5/llvmCore-3425.0.33/lib/Archive/
H A DArchive.cpp53 info.modTime = sys::TimeValue::now();
H A DArchiveReader.cpp223 member->info.modTime.fromEpochTime(atoi(Hdr->date));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DPath.inc459 status.modTime.fromWin32Time(ui.QuadPart);
825 ui.QuadPart = si.modTime.toWin32Time();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.cpp1027 time_t modTime;
1028 if (!getFileModificationTime(m_userStyleSheetPath, modTime)) {
1038 if (m_didLoadUserStyleSheet && modTime <= m_userStyleSheetModificationTime)
1043 m_userStyleSheetModificationTime = modTime;
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-ar/
H A Dllvm-ar.cpp641 if (si->modTime > I->getModTime())
/macosx-10.9.5/msdosfs-198/mount_msdos.tproj/
H A Dmount_msdos.c561 u_int16_t modTime; member in struct:dosdirentry
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2212 || ( ((time_t)p->modTime == stat_buf->st_mtime) && ((ino_t)p->inode == stat_buf->st_ino) ) ) {
3219 if ( ((time_t)p->modTime == stat_buf.st_mtime) && ((ino_t)p->inode == stat_buf.st_ino) ) {

Completed in 213 milliseconds