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