Lines Matching refs:mWorkingPath

460   , mWorkingPath(other.mWorkingPath)
466 // Resolve the shortcut file from mWorkingPath and write the path
477 NS_CopyNativeToUnicode(mWorkingPath, ucsBuf);
501 if (mWorkingPath.IsEmpty())
505 mResolvedPath.Assign(mWorkingPath);
509 const char *nsprPath = mWorkingPath.get();
510 if (mWorkingPath.Length() == 2 && mWorkingPath.CharAt(1) == ':')
512 temp[0] = mWorkingPath[0];
513 temp[1] = mWorkingPath[1];
528 || !IsShortcutPath(mWorkingPath.get()))
541 mResolvedPath.Assign(mWorkingPath);
615 mWorkingPath.Adopt(path, pathLen);
779 mWorkingPath.Append(NS_LITERAL_CSTRING("\\") + node);
789 if (mWorkingPath.IsEmpty())
794 NS_CopyNativeToUnicode(mWorkingPath, path);
915 NS_CopyUnicodeToNative(normal, mWorkingPath);
926 const char* temp = mWorkingPath.get();
947 const unsigned char* temp = (const unsigned char*) mWorkingPath.get();
955 mWorkingPath.Truncate(offset+1);
957 mWorkingPath.Append(aLeafName);
966 _retval = mWorkingPath;
1368 // pointing to a directory, only the mWorkingPath value is used and so
1407 rv = rmdir(mWorkingPath.get());
1411 rv = remove(mWorkingPath.get());
1453 if (PR_GetFileInfo64(mWorkingPath.get(), &info) != PR_SUCCESS)
1490 nsresult rv = SetModDate(aLastModifiedTime, mWorkingPath.get());
1574 DWORD word = GetFileAttributes(mWorkingPath.get());
1624 if (chmod(mWorkingPath.get(), mode) == -1)
1654 if (!PR_GetFileInfo64(mWorkingPath.get(), &info))
1750 nsCAutoString parentPath(mWorkingPath);
1968 const char *filePath = mFollowSymlinks ? mResolvedPath.get() : mWorkingPath.get();
1981 if (!IsShortcutPath(mWorkingPath.get()))
2012 *_retval = inFilePath.Equals(mWorkingPath);
2093 if (mWorkingPath.EqualsLiteral("\\\\.")) {
2180 const nsCString &path = mWorkingPath;
2306 return NS_CopyNativeToUnicode(mWorkingPath, _retval);