Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/tests/
Dtest_util.h233 ScopedFILE dst_file; in CopyFile() local
234 dst_file.Open(dst_path.c_str(), "wb"); in CopyFile()
240 size_t written = fwrite(buffer, 1, read, dst_file.file()); in CopyFile()