HomeSort by relevance Sort by last modified time
    Searched refs:trimmed_len (Results 1 - 2 of 2) sorted by null

  /system/extras/boot_control_copy/
bootinfo.c 85 size_t trimmed_len, name_len; local
91 trimmed_len = end_slash - record->blk_device + 1;
93 path = calloc(trimmed_len + name_len + 1, 1);
94 strncpy(path, record->blk_device, trimmed_len);
95 strncpy(path + trimmed_len, name, name_len);
  /external/avb/libavb_user/
avb_ops_user.c 92 size_t trimmed_len, name_len; local
98 trimmed_len = end_slash - record->blk_device + 1;
100 path = calloc(trimmed_len + name_len + 1, 1);
101 strncpy(path, record->blk_device, trimmed_len);
102 strncpy(path + trimmed_len, name, name_len);

Completed in 2934 milliseconds