Searched refs:copy_directory_recursive (Results 1 – 1 of 1) sorted by relevance
43 int32_t copy_directory_recursive(const char* from, const char* to) { in copy_directory_recursive() function86 int rc = copy_directory_recursive(from_path.c_str(), to_path.c_str()); in ReplaceFiles()