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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp345 static int CrudeFileCopy(const char* in, const char* out) function
410 result = NS_FILE_RESULT(CrudeFileCopy(GetCString(), destPath));
430 result = NS_FILE_RESULT(CrudeFileCopy(GetCString(), (const char*)destPath));
H A DnsFileSpecUnix.cpp418 static int CrudeFileCopy(const char* in, const char* out) function
483 result = NS_FILE_RESULT(CrudeFileCopy(GetCString(), destPath));
503 result = NS_FILE_RESULT(CrudeFileCopy(GetCString(), (const char*)destPath));

Completed in 1748 milliseconds