Searched defs:isBlock (Results 1 – 2 of 2) sorted by relevance
148 …reateDeviceNode(const struct Uevent *uevent, const char *deviceNode, char **symLinks, bool isBlock) in CreateDeviceNode()356 static void HandleDeviceNode(const struct Uevent *uevent, const char *deviceNode, bool isBlock) in HandleDeviceNode()468 bool isBlock = true; in HandleBlockDeviceEvent() local
341 bool isBlock = S_ISBLK(st.st_mode); variable