|
Android-cuttlefish cvd tool
|
#include <f2fs_fs.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <fcntl.h>#include <errno.h>#include <sys/types.h>#include <sys/stat.h>#include <libgen.h>#include <inttypes.h>
Classes | |
| struct | file_ext |
Macros | |
| #define | _XOPEN_SOURCE 600 |
| #define | _DARWIN_C_SOURCE |
| #define | _GNU_SOURCE |
| #define | O_LARGEFILE 0 |
| #define | FIBMAP _IO(0x00, 1) /* bmap access */ |
Functions | |
| void | print_ext (struct file_ext *ext) |
| void | print_stat (struct stat *st) |
| static void | stat_bdev (struct stat *st, unsigned int *start_lba) |
| int | main (int argc, char *argv[]) |
| #define _DARWIN_C_SOURCE |
| #define _GNU_SOURCE |
| #define _XOPEN_SOURCE 600 |
| #define FIBMAP _IO(0x00, 1) /* bmap access */ |
| #define O_LARGEFILE 0 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void print_ext | ( | struct file_ext * | ext | ) |
| void print_stat | ( | struct stat * | st | ) |
|
static |