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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.h96 nsCString mResolvedPath; member in class:nsLocalFile
H A DnsLocalFileWin.cpp461 , mResolvedPath(other.mResolvedPath)
467 // it points to into mResolvedPath.
479 mResolvedPath.SetLength(MAX_PATH);
480 char *resolvedPath = mResolvedPath.BeginWriting();
486 mResolvedPath.SetLength(len);
505 mResolvedPath.Assign(mWorkingPath);
535 // set mResolvedPath. Even if it fails we need to have the resolved
541 mResolvedPath.Assign(mWorkingPath);
546 status = PR_GetFileInfo64(mResolvedPath
[all...]

Completed in 44 milliseconds