#include <inttypes.h>
#include <stdlib.h>
#include <string>
#include <vector>
#include <android-base/unique_fd.h>
#include <bootimg.h>
#include <liblp/liblp.h>
#include <sparse/sparse.h>
Go to the source code of this file.
|
using | SparsePtr = std::unique_ptr< sparse_file, decltype(&sparse_file_destroy)> |
|
◆ SparsePtr
using SparsePtr = std::unique_ptr<sparse_file, decltype(&sparse_file_destroy)> |
◆ die() [1/2]
void die |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ die() [2/2]
void void void die |
( |
const std::string & |
str | ) |
|
◆ fb_fix_numeric_var()
std::string fb_fix_numeric_var |
( |
std::string |
var | ) |
|
◆ get_file_size()
◆ is_sparse_file()
◆ now()
◆ set_verbose()
◆ should_flash_in_userspace()
bool should_flash_in_userspace |
( |
const android::fs_mgr::LpMetadata & |
metadata, |
|
|
const std::string & |
partition_name |
|
) |
| |
◆ verbose()
void void verbose |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |