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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp103 #pragma mark [StFollowLinksState]
105 class StFollowLinksState class
108 StFollowLinksState(nsLocalFile& aFile) : function in class:StFollowLinksState
114 StFollowLinksState(nsLocalFile& aFile, PRBool followLinksState) : function in class:StFollowLinksState
121 ~StFollowLinksState()
635 StFollowLinksState followLinks(*this, PR_FALSE);
720 StFollowLinksState followLinks(*this, PR_FALSE);
934 StFollowLinksState followLinks(*this, PR_FALSE);
2204 StFollowLinksState srcFollowState(*this, followLinks);
H A DnsLocalFileMac.cpp788 #pragma mark [StFollowLinksState]
789 class StFollowLinksState class
792 StFollowLinksState(nsILocalFile *aFile) : function in class:StFollowLinksState
795 NS_ASSERTION(mFile, "StFollowLinksState passed a NULL file.");
800 StFollowLinksState(nsILocalFile *aFile, PRBool followLinksState) : function in class:StFollowLinksState
803 NS_ASSERTION(mFile, "StFollowLinksState passed a NULL file.");
810 ~StFollowLinksState()
1625 StFollowLinksState srcFollowState(this, followLinks);
1639 StFollowLinksState destFollowState(destDir, followLinks);
1801 StFollowLinksState(thi
[all...]

Completed in 1438 milliseconds