Home | History | Annotate | Download | only in fastboot

Lines Matching refs:out_s

731     sparse_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1));
732 if (!out_s) {
736 files = sparse_file_resparse(s, max_size, out_s, files);
741 return out_s;