Searched refs:out_s (Results 1 – 4 of 4) sorted by relevance
/system/core/libsparse/ |
D | simg2simg.cpp | 46 struct sparse_file** out_s; in main() local 75 out_s = calloc(sizeof(struct sparse_file*), files); in main() 76 if (!out_s) { in main() 81 files = sparse_file_resparse(s, max_size, out_s, files); in main() 100 ret = sparse_file_write(out_s[i], out, false, true, false); in main()
|
D | sparse.cpp | 313 int sparse_file_resparse(struct sparse_file* in_s, unsigned int max_len, struct sparse_file** out_s, in sparse_file_resparse() argument 331 out_s[c] = s; in sparse_file_resparse()
|
/system/core/libsparse/include/sparse/ |
D | sparse.h | 322 struct sparse_file **out_s, int out_s_count);
|
/system/core/fastboot/ |
D | fastboot.cpp | 817 …sparse_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files +… in load_sparse_files() local 818 if (!out_s) die("Failed to allocate sparse file array"); in load_sparse_files() 820 files = sparse_file_resparse(s, max_size, out_s, files); in load_sparse_files() 823 return out_s; in load_sparse_files()
|