Home
last modified time | relevance | path

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

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