Searched refs:mFollowSymlinks (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.h90 PRPackedBool mFollowSymlinks; // should we follow symlinks when working on this file member in class:nsLocalFile
H A DnsLocalFileWin.cpp420 : mFollowSymlinks(PR_FALSE)
459 , mFollowSymlinks(other.mFollowSymlinks)
526 if (!mFollowSymlinks
1427 // get the modified time of the target as determined by mFollowSymlinks
1471 // set the modified time of the target as determined by mFollowSymlinks
1544 // get the permissions of the target as determined by mFollowSymlinks
1590 // set the permissions of the target as determined by mFollowSymlinks
1772 nsresult rv = NS_NewNativeLocalFile(parentPath, mFollowSymlinks, getter_AddRefs(localFile));
1847 //TODO: shouldn't we be checking mFollowSymlinks her
[all...]

Completed in 45 milliseconds