Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dblobchunk.c26 static FILE *blobfile; variable
64 blkpos = ftell(blobfile); in erofs_blob_getchunk()
72 ret = fwrite(chunkdata, chunksize, 1, blobfile); in erofs_blob_getchunk()
75 1, blobfile); in erofs_blob_getchunk()
222 fflush(blobfile); in erofs_blob_remap()
223 length = ftell(blobfile); in erofs_blob_remap()
248 ret = erofs_copy_file_range(fileno(blobfile), &pos_in, in erofs_blob_remap()
257 if (blobfile) in erofs_blob_exit()
258 fclose(blobfile); in erofs_blob_exit()
267 blobfile = tmpfile64(); in erofs_blob_init()
[all …]