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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp304 *lastModDateTime = last mod date and time.
307 static OSErr GetLastModDateTime(const FSSpec *fSpec, unsigned long *lastModDateTime) argument
318 *lastModDateTime = pBlock.hFileInfo.ioFlMdDat;
343 unsigned long lastModDateTime, maxLastModDateTime; local
384 err = GetLastModDateTime(file, &lastModDateTime);
386 if (lastModDateTime > maxLastModDateTime) {
387 maxLastModDateTime = lastModDateTime;

Completed in 43 milliseconds