Home
last modified time | relevance | path

Searched refs:CopyFile (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/tests/
Dtest_search_path_list.cpp96 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()
Dtest_util.h221 inline void CopyFile(const char* src_file_name, in CopyFile() function