Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dblobchunk.c263 int erofs_blob_init(const char *blobfile_path) in erofs_blob_init() argument
265 if (!blobfile_path) { in erofs_blob_init()
273 blobfile = fopen(blobfile_path, "wb"); in erofs_blob_init()
/external/erofs-utils/include/erofs/
Dblobchunk.h21 int erofs_blob_init(const char *blobfile_path);