Home
last modified time | relevance | path

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

/aosp_15_r20/external/erofs-utils/lib/
H A Dblobchunk.c600 int erofs_blob_init(const char *blobfile_path, erofs_off_t chunksize) in erofs_blob_init() argument
602 if (!blobfile_path) { in erofs_blob_init()
610 blobfile = fopen(blobfile_path, "wb"); in erofs_blob_init()
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dblobchunk.h26 int erofs_blob_init(const char *blobfile_path, erofs_off_t chunksize);