Home
last modified time | relevance | path

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

/system/vold/model/
DPrivateVolume.cpp65 if (CreateDeviceNode(mRawDevPath, mRawDevice)) { in doCreate()
DPublicVolume.cpp89 return CreateDeviceNode(mDevPath, mDevice); in doCreate()
DDisk.cpp125 CreateDeviceNode(mDevPath, mDevice); in Disk()
/system/vold/
DUtils.h44 status_t CreateDeviceNode(const std::string& path, dev_t dev);
DUtils.cpp69 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode() function