Searched refs:BlobfsCreator (Results 1 – 2 of 2) sorted by relevance
36 zx_status_t BlobfsCreator::Usage() { in Usage()47 bool BlobfsCreator::IsCommandValid(Command command) { in IsCommandValid()58 bool BlobfsCreator::IsOptionValid(Option option) { in IsOptionValid()71 bool BlobfsCreator::IsArgumentValid(Argument argument) { in IsArgumentValid()81 zx_status_t BlobfsCreator::ProcessManifestLine(FILE* manifest, const char* dir_path) { in ProcessManifestLine()101 zx_status_t BlobfsCreator::ProcessCustom(int argc, char** argv, uint8_t* processed) { in ProcessCustom()116 zx_status_t BlobfsCreator::CalculateRequiredSize(off_t* out) { in CalculateRequiredSize()200 zx_status_t BlobfsCreator::Mkfs() { in Mkfs()218 zx_status_t BlobfsCreator::Fsck() { in Fsck()228 zx_status_t BlobfsCreator::Add() { in Add()[all …]
16 class BlobfsCreator : public FsCreator {18 BlobfsCreator() in BlobfsCreator() function
Completed in 5 milliseconds