Searched refs:newPath (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileTest.cpp389 nsCAutoString newPath; local
390 rv = parent->GetNativePath(newPath);
411 if (!newPath.Equals(expectedPath)) {
413 printf(" Got: %s\n", newPath.get());
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecMac.cpp181 char * newPath = nsnull; local
186 newPath = new char[pathSize + 2];
187 newPath[0] = ':'; // It will be converted to '/'
188 memcpy(&newPath[1], inPath, pathSize + 1);
192 newPath = new char[pathSize + 1];
193 strcpy(newPath, inPath);
195 if (newPath)
197 SwapSlashColon( newPath );
200 finalPath = nsEscape(newPath, url_Path);
201 delete [] newPath;
[all...]
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR0LibSharedFolders.c826 data.newPath.type = VMMDevHGCMParmType_LinAddr_In;
827 data.newPath.u.Pointer.size = ShflStringSizeOfBuffer (pNewPath);
828 data.newPath.u.Pointer.u.linearAddr = (uintptr_t)pNewPath;
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceEditorWidget.cpp651 QString newPath = splittedNewPath.join(QDir::separator());
654 newPath,
/vbox/include/VBox/
H A Dshflsvc.h1366 HGCMFunctionParameter newPath; member in struct:_VBoxSFSymlink
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1263 CFStringRef newPath = ::CFURLGetString(parentURLRef); local
1264 if (::CFStringGetLength(newPath) < ::CFStringGetLength(path)) {
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp3994 Utf8Str newPath(strNewPath);
3995 newPath.append(pcszMediumPath + strOldPath.length());
3996 unconst(m->strLocationFull) = newPath;

Completed in 630 milliseconds