Searched refs:CreateDeviceNode (Results 1 – 5 of 5) sorted by relevance
46 status_t CreateDeviceNode(const std::string& path, dev_t dev);
64 if (CreateDeviceNode(mRawDevPath, mRawDevice)) { in doCreate()
86 return CreateDeviceNode(mDevPath, mDevice); in doCreate()
116 CreateDeviceNode(mDevPath, mDevice); in Disk()
60 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode() function