Home
last modified time | relevance | path

Searched defs:u_archive (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater_archive.c43 struct u_archive { struct
44 void *handle;
46 void * (*open)(const char *name);
47 int (*close)(void *handle);
49 int (*walk)(void *handle, void *arg,
51 int (*has_entry)(void *handle, const char *name);
52 int (*read_file)(void *handle, const char *fname,
54 int (*write_file)(void *handle, const char *fname,