Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dauto_device.h26 struct AutoDevice { struct
27 virtual ~AutoDevice(){}; in ~AutoDevice() argument
33 AutoDevice(const std::string& name) : name_(name) {} in AutoDevice() argument
37 DISALLOW_COPY_AND_ASSIGN(AutoDevice); argument
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp104 const std::unique_ptr<AutoDevice>&) { in RecoveryCreateSnapshotDevices()