Searched refs:empty (Results 1 – 6 of 6) sorted by relevance
133 #define ENOTEMPTY 58 /* 目录非空 Directory not empty.*/
129 let mut prot = ProtFlags::empty(); in make_prot()519 let mut bss_prot_flags = ProtFlags::empty(); in load()
1681 let empty: RBTree<i32, i32> = RBTree::new(); in test_show() localVariable1689 assert_eq!(format!("{:?}", empty), "{}"); in test_show()
339 self.set_status(DeviceStatus::empty()) in drop()
44 fn empty() -> Self { in empty() method
1178 let mut result = PollStatus::empty(); in poll()