Searched refs:out_s (Results 1 – 4 of 4) sorted by relevance
/system/core/libsparse/ |
D | simg2simg.c | 50 struct sparse_file **out_s; in main() local 79 out_s = calloc(sizeof(struct sparse_file *), files); in main() 80 if (!out_s) { in main() 85 files = sparse_file_resparse(s, max_size, out_s, files); in main() 104 ret = sparse_file_write(out_s[i], out, false, true, false); in main()
|
D | sparse.c | 278 struct sparse_file **out_s, int out_s_count) in sparse_file_resparse() argument 297 out_s[c] = s; in sparse_file_resparse()
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 256 struct sparse_file **out_s, int out_s_count);
|
/system/core/fastboot/ |
D | fastboot.c | 504 struct sparse_file **out_s; in load_sparse_files() local 521 out_s = calloc(sizeof(struct sparse_file *), files + 1); in load_sparse_files() 522 if (!out_s) { in load_sparse_files() 526 files = sparse_file_resparse(s, max_size, out_s, files); in load_sparse_files() 531 return out_s; in load_sparse_files()
|