Home
last modified time | relevance | path

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

/system/vold/model/
DPrivateVolume.cpp66 if (CreateDeviceNode(mRawDevPath, mRawDevice)) { in doCreate()
DPublicVolume.cpp88 return CreateDeviceNode(mDevPath, mDevice); in doCreate()
DDisk.cpp105 CreateDeviceNode(mDevPath, mDevice); in Disk()
/system/vold/
DUtils.h45 status_t CreateDeviceNode(const std::string& path, dev_t dev);
DUtils.cpp80 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode() function