Searched refs:CreateDeviceNode (Results 1 – 5 of 5) sorted by relevance
65 if (CreateDeviceNode(mRawDevPath, mRawDevice)) { in doCreate()
89 return CreateDeviceNode(mDevPath, mDevice); in doCreate()
125 CreateDeviceNode(mDevPath, mDevice); in Disk()
44 status_t CreateDeviceNode(const std::string& path, dev_t dev);
69 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode() function