Searched defs:AppendRelativeNativePath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp469 return AppendRelativeNativePath(node);
473 nsLocalFile::AppendRelativeNativePath(const nsACString &node) function in class:nsLocalFile
1621 return AppendRelativeNativePath(tmp);
H A DnsLocalFileUnix.cpp477 return AppendRelativeNativePath(fragment);
481 nsLocalFile::AppendRelativeNativePath(const nsACString &fragment) function in class:nsLocalFile
1449 if (NS_FAILED(rv = localFile->AppendRelativeNativePath(nsDependentCString(target))))
1665 SET_UCS(AppendRelativeNativePath, node);
H A DnsLocalFileWin.cpp739 nsLocalFile::AppendRelativeNativePath(const nsACString &node) function in class:nsLocalFile
2277 return AppendRelativeNativePath(tmp);
H A DnsLocalFileOSX.cpp1524 return AppendRelativeNativePath(NS_ConvertUTF16toUTF8(relativeFilePath));
1528 NS_IMETHODIMP nsLocalFile::AppendRelativeNativePath(const nsACString& relativeFilePath) function in class:nsLocalFile
H A DnsLocalFileMac.cpp1398 nsLocalFile::AppendRelativeNativePath(const nsACString &relPath) function in class:nsLocalFile
1424 rv = AppendRelativeNativePath(fsStr);

Completed in 73 milliseconds