Home
last modified time | relevance | path

Searched defs:source (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/
Drecovery-persist.cpp61 static void copy_file(const char* source, const char* destination) { in copy_file()
Drecovery.cpp412 static void copy_log_file_to_pmsg(const char* source, const char* destination) { in copy_log_file_to_pmsg()
421 static void copy_log_file(const char* source, const char* destination, bool append) { in copy_log_file()
/bootable/recovery/minui/
Dgraphics.cpp222 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()
/bootable/recovery/updater/
Dblockimg.cpp870 const std::vector<uint8_t>& source) { in MoveRange()