Android-cuttlefish cvd tool
Classes | Functions
inject.h File Reference
#include <stdio.h>
#include <stdint.h>
#include <limits.h>
#include "f2fs_fs.h"
#include "fsck.h"
Include dependency graph for inject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  inject_option
 

Functions

void inject_usage (void)
 
int inject_parse_options (int argc, char *argv[], struct inject_option *inject_opt)
 
int do_inject (struct f2fs_sb_info *sbi)
 

Function Documentation

◆ do_inject()

int do_inject ( struct f2fs_sb_info sbi)

◆ inject_parse_options()

int inject_parse_options ( int  argc,
char *  argv[],
struct inject_option inject_opt 
)

◆ inject_usage()

void inject_usage ( void  )