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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp278 nsCAutoString homePath; local
281 NS_FAILED(homeDir->GetNativePath(homePath))) {
285 mPath = homePath + Substring(filePath, 1, filePath.Length() - 1);
H A DnsLocalFileOSX.cpp1327 nsCAutoString homePath; local
1331 rv = homeDir->GetNativePath(homePath);
1334 fixedPath = homePath + Substring(filePath, 1, filePath.Length() - 1);

Completed in 53 milliseconds