Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Ddevice_info.cpp101 bool DeviceInfo::IsFirstStageInit() const { in IsFirstStageInit() function in android::snapshot::DeviceInfo
H A Dsnapshot_fuzz_utils.h127 bool IsFirstStageInit() const override { return false; } in IsFirstStageInit() function
/aosp12/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h98 bool IsFirstStageInit() const override { return first_stage_init_; } in IsFirstStageInit() function