Lines Matching refs:is_empty
183 fn is_empty(&self) -> bool;
197 fn is_empty(&self) -> bool {
198 NixPath::is_empty(OsStr::new(self))
214 fn is_empty(&self) -> bool {
215 self.as_bytes().is_empty()
231 fn is_empty(&self) -> bool {
232 self.to_bytes().is_empty()
248 fn is_empty(&self) -> bool {
249 self.is_empty()
302 fn is_empty(&self) -> bool {
303 NixPath::is_empty(self.as_os_str())
319 fn is_empty(&self) -> bool {
320 NixPath::is_empty(self.as_os_str())