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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp325 nsLocalFile::InitWithNativePath(const nsACString &filePath) function in class:nsLocalFile
774 InitWithNativePath(newParentPath);
779 InitWithNativePath(newParentPath);
1421 return InitWithNativePath(aPersistentDescriptor);
1478 nsresult rv = file->InitWithNativePath(path);
1585 return InitWithNativePath(nsCString());
1591 return InitWithNativePath(tmp);
H A DnsLocalFileUnix.cpp188 if (NS_FAILED(rv = file->InitWithNativePath(mParentPath)) ||
274 nsLocalFile::InitWithNativePath(const nsACString &filePath) function in class:nsLocalFile
769 rv = newFile->InitWithNativePath(newPathName);
1561 return InitWithNativePath(aPersistentDescriptor);
1611 nsresult rv = file->InitWithNativePath(path);
1655 SET_UCS(InitWithNativePath, filePath);
H A DnsLocalFileWin.cpp573 nsLocalFile::InitWithNativePath(const nsACString &filePath) function in class:nsLocalFile
1131 rv = realDest->InitWithNativePath(target);
1296 InitWithNativePath(newParentPath);
1301 InitWithNativePath(newParentPath);
2138 return InitWithNativePath(aPersistentDescriptor);
2234 nsresult rv = file->InitWithNativePath(path);
2255 return InitWithNativePath(tmp);
H A DnsLocalFileOSX.cpp1318 return InitWithNativePath(NS_ConvertUTF16toUTF8(filePath));
1322 NS_IMETHODIMP nsLocalFile::InitWithNativePath(const nsACString& filePath) function in class:nsLocalFile
1590 return InitWithNativePath(aPersistentDescriptor);
H A DnsLocalFileMac.cpp1108 nsLocalFile::InitWithNativePath(const nsACString &filePath) function in class:nsLocalFile
1164 rv = InitWithNativePath(fsStr);
3507 nsresult rv = file->InitWithNativePath(path);

Completed in 75 milliseconds