Home
last modified time | relevance | path

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

/system/core/libsparse/
Doutput_file.c101 struct output_file_normal { struct
107 container_of((_o), struct output_file_normal, out) argument
120 struct output_file_normal *outn = to_output_file_normal(out); in file_open()
129 struct output_file_normal *outn = to_output_file_normal(out); in file_skip()
142 struct output_file_normal *outn = to_output_file_normal(out); in file_pad()
155 struct output_file_normal *outn = to_output_file_normal(out); in file_write()
171 struct output_file_normal *outn = to_output_file_normal(out); in file_close()
619 struct output_file_normal *outn = calloc(1, sizeof(struct output_file_normal)); in output_file_new_normal()