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