Home | History | Annotate | Download | only in fastboot

Lines Matching full:out_s

753     sparse_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1));
754 if (!out_s) {
758 files = sparse_file_resparse(s, max_size, out_s, files);
763 return out_s;