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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecOS2.cpp84 nsSimpleCharString unixStylePath = ioPath; local
85 nsFileSpecHelpers::NativeToUnix(unixStylePath);
86 nsFileSpecHelpers::MakeAllDirectories((const char*)unixStylePath, mode);
H A DnsFileSpecWin.cpp82 nsSimpleCharString unixStylePath = ioPath; local
83 nsFileSpecHelpers::NativeToUnix(unixStylePath);
84 nsFileSpecHelpers::MakeAllDirectories((const char*)unixStylePath, mode);

Completed in 448 milliseconds