Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp320 static bool CopyFileToFile(const std::string& input_file, const std::string& output_file) { in CopyFileToFile() function
2527 android::os::CopyFileToFile(ds.path_, final_path); in FinalizeFile()
3210 bool copy_succeeded = android::os::CopyFileToFile(path_, final_path); in CopyBugreportIfUserConsented()