Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Drecovery-persist.cpp62 static void copy_file(const char* source, const char* destination) { in copy_file()
89 std::string destination("/data/misc/"); in logsave() local
/bootable/recovery/recovery_utils/
Dlogging.cpp168 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()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java43 public FileDownloader(String url, long offset, long size, File destination) { in FileDownloader()