Searched defs:newPath (Results 1 - 4 of 4) 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/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)) {

Completed in 52 milliseconds