Home
last modified time | relevance | path

Searched defs:fake_super (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h75 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo()
76 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp80 std::string fake_super; variable