Searched defs:len (Results  1 – 15 of 15) sorted by relevance
| /bootable/recovery/otautil/include/otautil/ | 
| D | print_sha1.h | 25 static std::string print_sha1(const uint8_t* sha1, size_t len) {  in print_sha1() 43 [[maybe_unused]] static std::string print_hex(const uint8_t* bytes, size_t len) {  in print_hex()
  | 
| /bootable/recovery/ | 
| D | recovery-persist.cpp | 90         const char *buf, size_t len,  in logsave() 133         size_t len = 0;  in main()  local
  | 
| D | recovery_main.cpp | 284     size_t len = 0;  in redirect_stdio()  local
  | 
| /bootable/recovery/tests/manual/ | 
| D | recovery_test.cpp | 39                          const char *buf, size_t len, void *arg) {  in __pmsg_fn()
  | 
| /bootable/recovery/recovery_utils/ | 
| D | logging.cpp | 88                     size_t len, void* arg) {  in logbasename() 97 ssize_t logrotate(log_id_t id, char prio, const char* filename, const char* buf, size_t len,  in logrotate()
  | 
| /bootable/recovery/tests/unit/ | 
| D | resources_test.cpp | 114     int len = row[4];  in TEST_P()  local
  | 
| /bootable/recovery/applypatch/ | 
| D | applypatch.cpp | 138   size_t len = file_contents.data.size();  in WriteBufferToPartition()  local 367   SinkFn sink = [&patched, &ctx](const unsigned char* data, size_t len) {  in GenerateTarget()
  | 
| D | imgpatch.cpp | 82                            &ret, &sink](const uint8_t* data, size_t len) -> size_t {  in ApplyBSDiffPatchAndStreamOutput()
  | 
| /bootable/recovery/edify/ | 
| D | expr.cpp | 131             int len = argv[i]->end - argv[i]->start;  in AssertFn()  local 358               std::vector<std::string>* args, size_t start, size_t len) {  in ReadArgs() 384                    std::vector<std::unique_ptr<Value>>* args, size_t start, size_t len) {  in ReadValueArgs()
  | 
| /bootable/recovery/fuse_sideload/ | 
| D | fuse_sideload.cpp | 98 static void fuse_reply(const fuse_data* fd, uint64_t unique, const void* data, size_t len) {  in fuse_reply() 416     ssize_t len = TEMP_FAILURE_RETRY(read(fd.ffd, request_buffer, sizeof(request_buffer)));  in run_fuse_sideload()  local
  | 
| /bootable/recovery/otautil/ | 
| D | rangeset.cpp | 276 void SortedRangeSet::Insert(size_t start, size_t len) {  in Insert()
  | 
| /bootable/recovery/minui/ | 
| D | resources.cpp | 442     __unused int len = row[4];  in res_create_localized_alpha_surface()  local
  | 
| /bootable/recovery/tests/unit/host/ | 
| D | imgdiff_test.cpp | 87                                [&](const unsigned char* data, size_t len) {  in GenerateTarget() 677                                 [](const unsigned char* /*data*/, size_t len) { return len; }));  in TEST()
  | 
| /bootable/recovery/updater/ | 
| D | install.cpp | 823   size_t len;  in WipeBlockDeviceFn()  local
  | 
| D | blockimg.cpp | 1367   size_t len;  in PerformCommandDiff()  local
  |