Searched refs:blobfile_path (Results 1 – 2 of 2) sorted by relevance
600 int erofs_blob_init(const char *blobfile_path, erofs_off_t chunksize) in erofs_blob_init() argument602 if (!blobfile_path) { in erofs_blob_init()610 blobfile = fopen(blobfile_path, "wb"); in erofs_blob_init()
26 int erofs_blob_init(const char *blobfile_path, erofs_off_t chunksize);