Searched refs:CopyFile (Results 1 – 2 of 2) sorted by relevance
96 CopyFile("libfoo.so", exe_path.c_str(), "libfoo.so", temp_dir_1.path()); in main()99 CopyFile("libfoo2.so", exe_path.c_str(), "libfoo.so", temp_dir_2.path()); in main()
221 inline void CopyFile(const char* src_file_name, in CopyFile() function