Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb.h129 const std::string& avb_version() const { return avb_version_; } in avb_version() function
/aosp14/system/core/init/
H A Dinit.cpp1012 if (const char* avb_version = getenv("INIT_AVB_VERSION"); avb_version != nullptr) { in SecondStageMain() local
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto245 optional string avb_version = 1; field