HomeSort by relevance Sort by last modified time
    Searched refs:outn (Results 1 - 3 of 3) sorted by null

  /system/core/libsparse/
output_file.c 120 struct output_file_normal *outn = to_output_file_normal(out); local
122 outn->fd = fd;
129 struct output_file_normal *outn = to_output_file_normal(out); local
131 ret = lseek64(outn->fd, cnt, SEEK_CUR);
142 struct output_file_normal *outn = to_output_file_normal(out); local
144 ret = ftruncate64(outn->fd, len);
155 struct output_file_normal *outn = to_output_file_normal(out); local
158 ret = write(outn->fd, data, len);
176 struct output_file_normal *outn = to_output_file_normal(out); local
178 free(outn);
626 struct output_file_normal *outn = calloc(1, sizeof(struct output_file_normal)); local
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 96 outn := copy(r.outbuf, r.outbuf[r.lastBoundary:])
97 r.outbuf = r.outbuf[0:outn]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 96 outn := copy(r.outbuf, r.outbuf[r.lastBoundary:])
97 r.outbuf = r.outbuf[0:outn]

Completed in 516 milliseconds