Home
last modified time | relevance | path

Searched defs:isBlock (Results 1 – 2 of 2) sorted by relevance

/base/startup/init/ueventd/
Dueventd_device_handler.c148 …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
/base/startup/init/test/unittest/ueventd/
Dueventd_event_unittest.cpp341 bool isBlock = S_ISBLK(st.st_mode); variable