Home
last modified time | relevance | path

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

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