Searched refs:CopyUserFile (Results 1 – 3 of 3) sorted by relevance
68 WifiErrorNo result = CopyUserFile(srcFilePath, destFilePath);70 result = CopyUserFile(nullptr, destFilePath);72 result = CopyUserFile(srcFilePath, nullptr);
123 WifiErrorNo CopyUserFile(const char *srcFilePath, const char* destFilePath);
511 WifiErrorNo CopyUserFile(const char *srcFilePath, const char* destFilePath) in CopyUserFile() function575 return CopyUserFile(path[i], destFilePath); in CopyConfigFile()