Searched defs:newParentPath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp763 nsCAutoString newParentPath; local
764 newParentDir->GetNativePath(newParentPath);
766 if (newParentPath.IsEmpty())
774 InitWithNativePath(newParentPath);
779 InitWithNativePath(newParentPath);
H A DnsLocalFileWin.cpp1285 nsCAutoString newParentPath; local
1286 newParentDir->GetNativePath(newParentPath);
1288 if (newParentPath.IsEmpty())
1296 InitWithNativePath(newParentPath);
1301 InitWithNativePath(newParentPath);

Completed in 3143 milliseconds