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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1324 nsCAutoString fixedPath; local
1334 fixedPath = homePath + Substring(filePath, 1, filePath.Length() - 1);
1339 fixedPath.Assign(filePath);
1345 fixedPath.ReplaceSubstring("//", "/");
1348 fixedPath.ReplaceSubstring("/./", "/");
1349 size_t len = fixedPath.Length();
1353 if (!strcmp(fixedPath.get() + len - 2, "/."))
1355 else if (!strcmp(fixedPath.get() + len - 1, "/"))
1359 fixedPath = StringHead(fixedPath, le
[all...]

Completed in 49 milliseconds