Searched refs:outn (Results 1 - 1 of 1) sorted by relevance

/system/core/libsparse/
H A Doutput_file.c127 struct output_file_normal *outn = to_output_file_normal(out); local
129 outn->fd = fd;
136 struct output_file_normal *outn = to_output_file_normal(out); local
138 ret = lseek64(outn->fd, cnt, SEEK_CUR);
149 struct output_file_normal *outn = to_output_file_normal(out); local
151 ret = ftruncate64(outn->fd, len);
162 struct output_file_normal *outn = to_output_file_normal(out); local
164 ret = write(outn->fd, data, len);
178 struct output_file_normal *outn = to_output_file_normal(out); local
180 free(outn);
630 struct output_file_normal *outn = calloc(1, sizeof(struct output_file_normal)); local
[all...]

Completed in 16 milliseconds