Searched defs:avb_version (Results 1 - 2 of 2) sorted by relevance

/system/core/fs_mgr/include/
H A Dfs_mgr_avb.h100 const std::string& avb_version() const { return avb_version_; } function in class:FsManagerAvbHandle
/system/core/init/
H A Dinit.cpp674 const char* avb_version = getenv("INIT_AVB_VERSION"); local
675 if (avb_version) property_set("ro.boot.avb_version", avb_version);

Completed in 95 milliseconds