Home
last modified time | relevance | path

Searched refs:DestroyDeviceNode (Results 1 – 5 of 5) sorted by relevance

/system/vold/model/
DPrivateVolume.cpp117 return DestroyDeviceNode(mRawDevPath); in doDestroy()
DPublicVolume.cpp96 return DestroyDeviceNode(mDevPath); in doDestroy()
DDisk.cpp110 DestroyDeviceNode(mDevPath); in ~Disk()
/system/vold/
DUtils.h52 status_t DestroyDeviceNode(const std::string& path);
DUtils.cpp129 status_t DestroyDeviceNode(const std::string& path) { in DestroyDeviceNode() function