Home
last modified time | relevance | path

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

/system/core/libsparse/
Doutput_file.cpp101 struct output_file_normal { struct
106 #define to_output_file_normal(_o) container_of((_o), struct output_file_normal, out) argument
117 struct output_file_normal* outn = to_output_file_normal(out); in file_open()
125 struct output_file_normal* outn = to_output_file_normal(out); in file_skip()
137 struct output_file_normal* outn = to_output_file_normal(out); in file_pad()
149 struct output_file_normal* outn = to_output_file_normal(out); in file_write()
169 struct output_file_normal* outn = to_output_file_normal(out); in file_close()
580 struct output_file_normal* outn = in output_file_new_normal()
581 reinterpret_cast<struct output_file_normal*>(calloc(1, sizeof(struct output_file_normal))); in output_file_new_normal()