Home
last modified time | relevance | path

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

/system/vold/model/
DPrivateVolume.cpp94 return DestroyDeviceNode(mRawDevPath); in doDestroy()
DPublicVolume.cpp92 return DestroyDeviceNode(mDevPath); in doDestroy()
DDisk.cpp140 DestroyDeviceNode(mDevPath); in ~Disk()
/system/vold/
DUtils.h46 status_t DestroyDeviceNode(const std::string& path);
DUtils.cpp107 status_t DestroyDeviceNode(const std::string& path) { in DestroyDeviceNode() function