Searched refs:CreateDeviceNode (Results 1 – 5 of 5) sorted by relevance
68 if (CreateDeviceNode(mRawDevPath, mRawDevice)) { in doCreate()
92 return CreateDeviceNode(mDevPath, mDevice); in doCreate()
105 CreateDeviceNode(mDevPath, mDevice); in Disk()
54 status_t CreateDeviceNode(const std::string& path, dev_t dev);
101 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode() function