Searched defs:destination (Results 1 – 3 of 3) sorted by relevance
62 static void copy_file(const char* source, const char* destination) { in copy_file()89 std::string destination("/data/misc/"); in logsave() local
168 void copy_log_file_to_pmsg(const std::string& source, const std::string& destination) { in copy_log_file_to_pmsg()181 static void copy_log_file(const std::string& source, const std::string& destination, bool append) { in copy_log_file()242 void save_kernel_log(const char* destination) { in save_kernel_log()
43 public FileDownloader(String url, long offset, long size, File destination) { in FileDownloader()