Home
last modified time | relevance | path

Searched refs:out_s (Results 1 – 3 of 3) sorted by relevance

/system/core/libsparse/
Dsparse.cpp326 int sparse_file_resparse(struct sparse_file* in_s, unsigned int max_len, struct sparse_file** out_s, in sparse_file_resparse() argument
344 sparse_file_destroy(out_s[i]); in sparse_file_resparse()
345 out_s[i] = nullptr; in sparse_file_resparse()
352 out_s[c] = s; in sparse_file_resparse()
/system/core/libsparse/include/sparse/
Dsparse.h325 struct sparse_file **out_s, int out_s_count);
/system/core/fastboot/
Dfastboot.cpp989 std::vector<SparsePtr> out_s; in resparse_file() local
991 out_s.emplace_back(temp[i], sparse_file_destroy); in resparse_file()
993 return out_s; in resparse_file()