Home
last modified time | relevance | path

Searched refs:InitCowDevice (Results 1 – 8 of 8) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_test.cpp137 void InitCowDevice();
223 InitCowDevice(); in SetupDaemon()
608 void SnapuserdTest::InitCowDevice() { in InitCowDevice() function in android::snapshot::SnapuserdTest
673 InitCowDevice(); in SetupImpl()
704 InitCowDevice(); in SimulateDaemonRestart()
H A Dsnapuserd_core.cpp281 bool SnapshotHandler::InitCowDevice() { in InitCowDevice() function in android::snapshot::SnapshotHandler
H A Dsnapuserd_core.h306 bool InitCowDevice();
H A Dsnapuserd_server.cpp512 if (!snapuserd->InitCowDevice()) { in AddHandler()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dcow_snapuserd_test.cpp132 void InitCowDevice();
236 InitCowDevice(); in SetupDaemon()
311 InitCowDevice(); in ReadLastBlock()
692 void CowSnapuserdTest::InitCowDevice() { in InitCowDevice() function in android::snapshot::CowSnapuserdTest
780 InitCowDevice(); in SetupImpl()
842 InitCowDevice(); in SimulateDaemonRestart()
1023 ASSERT_TRUE(snapuserd_->InitCowDevice()); in InitMetadata()
H A Dsnapuserd.h211 bool InitCowDevice();
H A Dsnapuserd_server.cpp399 if (!snapuserd->InitCowDevice()) { in AddHandler()
H A Dsnapuserd.cpp677 bool Snapuserd::InitCowDevice() { in InitCowDevice() function in android::snapshot::Snapuserd