Searched refs:empty (Results 1 – 4 of 4) sorted by relevance
133 #define ENOTEMPTY 58 /* 目录非空 Directory not empty.*/
339 self.set_status(DeviceStatus::empty()) in drop()
1681 let empty: RBTree<i32, i32> = RBTree::new(); in test_show() localVariable1689 assert_eq!(format!("{:?}", empty), "{}"); in test_show()
1040 let mut result = PollStatus::empty(); in poll()