|
Android-cuttlefish cvd tool
|
#include <ctype.h>#include <dirent.h>#include <err.h>#include <errno.h>#include <fcntl.h>#include <getopt.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <sys/sysmacros.h>#include <sys/types.h>#include <unistd.h>#include <linux/kdev_t.h>#include <private/android_filesystem_config.h>#include <private/fs_config.h>#include <android-base/file.h>#include <string>
Classes | |
| struct | fs_config_entry |
Macros | |
| #define | TRAILER "TRAILER!!!" |
Functions | |
| static void | fix_stat (const char *path, struct stat *s) |
| static void | _eject (struct stat *s, const char *out, int olen, char *data, unsigned datasize) |
| static void | _eject_trailer () |
| static void | _archive (char *in, char *out, int ilen, int olen) |
| static int | compare (const void *a, const void *b) |
| static void | _archive_dir (char *in, char *out, int ilen, int olen) |
| static void | archive (const char *start, const char *prefix) |
| static void | read_canned_config (char *filename) |
| static void | devnodes_desc_error (const char *filename, unsigned long line_num, const char *msg) |
| static int | append_devnodes_desc_dir (char *path, char *args) |
| static int | append_devnodes_desc_nod (char *path, char *args) |
| static void | append_devnodes_desc (const char *filename) |
| static void | usage (void) |
| int | main (int argc, char *argv[]) |
Variables | |
| static struct fs_config_entry * | canned_config = NULL |
| static const char * | target_out_path = NULL |
| static int | total_size = 0 |
| static const struct option | long_options [] |
| #define TRAILER "TRAILER!!!" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |