Searched refs:source (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/ |
D | recovery-persist.cpp | 61 static void copy_file(const char* source, const char* destination) { in copy_file() argument 66 FILE* source_fp = fopen(source, "re"); in copy_file() 73 check_and_fclose(source_fp, source); in copy_file()
|
D | recovery.cpp | 412 static void copy_log_file_to_pmsg(const char* source, const char* destination) { in copy_log_file_to_pmsg() argument 414 android::base::ReadFileToString(source, &content); in copy_log_file_to_pmsg() 421 static void copy_log_file(const char* source, const char* destination, bool append) { in copy_log_file() argument 426 FILE* source_fp = fopen(source, "re"); in copy_log_file() 439 check_and_fclose(source_fp, source); in copy_log_file()
|
D | NOTICE | 40 including but not limited to software source code, documentation 41 source, and configuration files. 69 communication on electronic mailing lists, source code control systems,
|
/bootable/recovery/minui/ |
D | graphics.cpp | 222 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit() argument 223 if (source == NULL) return; in gr_blit() 225 if (gr_draw->pixel_bytes != source->pixel_bytes) { in gr_blit() 235 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; in gr_blit() 240 memcpy(dst_p, src_p, w * source->pixel_bytes); in gr_blit() 241 src_p += source->row_bytes; in gr_blit()
|
/bootable/recovery/fonts/ |
D | README | 5 https://code.google.com/p/googlefontdirectory/source/browse/ofl/inconsolata/
|
D | OFL.txt | 31 include source files, build scripts and documentation.
|
/bootable/recovery/applypatch/ |
D | NOTICE | 22 Redistribution and use in source and binary forms, with or without 25 1. Redistributions of source code must retain the above copyright
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 64 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy);
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 880 const std::vector<uint8_t>& source) { in MoveRange() argument 881 const uint8_t* from = source.data(); in MoveRange()
|