Searched refs:BlobfsCreator (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/blobfs/
H A Dmain.cpp37 zx_status_t BlobfsCreator::Usage() {
48 bool BlobfsCreator::IsCommandValid(Command command) {
59 bool BlobfsCreator::IsOptionValid(Option option) {
71 bool BlobfsCreator::IsArgumentValid(Argument argument) {
81 zx_status_t BlobfsCreator::ProcessManifestLine(FILE* manifest, const char* dir_path) {
101 zx_status_t BlobfsCreator::ProcessCustom(int argc, char** argv, uint8_t* processed) {
116 zx_status_t BlobfsCreator::CalculateRequiredSize(off_t* out) {
205 zx_status_t BlobfsCreator::Mkfs() {
223 zx_status_t BlobfsCreator::Fsck() {
233 zx_status_t BlobfsCreator
[all...]
H A Dblobfs.h27 class BlobfsCreator : public FsCreator { class in inherits:FsCreator
29 BlobfsCreator() function in class:BlobfsCreator

Completed in 30 milliseconds