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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp967 AutoRegEntry::AutoRegEntry(const nsACString& name, PRInt64* modDate) : argument
971 mModDate(*modDate)
3546 nsComponentManagerImpl::HasFileChanged(nsIFile *file, const char *loaderString, PRInt64 modDate, PRBool *_retval) argument
3558 *_retval = entry->Modified(&modDate);
3566 nsComponentManagerImpl::SaveFileInfo(nsIFile *file, const char *loaderString, PRInt64 modDate) argument
3580 entry->SetDate(&modDate);
3584 entry = new AutoRegEntry(registryName, &modDate);

Completed in 52 milliseconds