Searched refs:mWorkingPath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp250 , mWorkingPath(other.mWorkingPath)
291 const char* workingFilePath = mWorkingPath.get();
294 if (mWorkingPath.Length() == 2 && mWorkingPath.CharAt(1) == ':') {
365 mWorkingPath.Adopt(path, pathLen);
376 *_retval = PR_Open(mWorkingPath.get(), flags, mode);
392 *_retval = fopen(mWorkingPath.get(), mode);
413 unsigned char* slash = _mbschr((const unsigned char*) mWorkingPath.get(), '\\');
426 rv = CreateDirectoryA(NS_CONST_CAST(char*, mWorkingPath
[all...]
H A DnsLocalFileOS2.h100 nsCString mWorkingPath; member in class:nsLocalFile
H A DnsLocalFileWin.cpp460 , 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[
[all...]
H A DnsLocalFileWin.h93 nsCString mWorkingPath; member in class:nsLocalFile

Completed in 49 milliseconds