Home
last modified time | relevance | path

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

/system/vold/
DUtils.h47 status_t DestroyDeviceNode(const std::string& path);
DPrivateVolume.cpp90 return DestroyDeviceNode(mRawDevPath); in doDestroy()
DPublicVolume.cpp90 return DestroyDeviceNode(mDevPath); in doDestroy()
DDisk.cpp124 DestroyDeviceNode(mDevPath); in ~Disk()
DUtils.cpp88 status_t DestroyDeviceNode(const std::string& path) { in DestroyDeviceNode() function