Home
last modified time | relevance | path

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

/system/vold/
DUtils.h46 status_t CreateDeviceNode(const std::string& path, dev_t dev);
DPrivateVolume.cpp64 if (CreateDeviceNode(mRawDevPath, mRawDevice)) { in doCreate()
DPublicVolume.cpp86 return CreateDeviceNode(mDevPath, mDevice); in doCreate()
DDisk.cpp116 CreateDeviceNode(mDevPath, mDevice); in Disk()
DUtils.cpp60 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode() function