Lines Matching full:dropped
38 /// dropped *and* all children have been removed.
40 // we point to from being cleaned up if our parent `Dir`/`Entry` is dropped before us.
60 // If Arc creation fails, the `Entry` will be dropped, so the directory will be in create()
83 // SAFETY: Because data derives from a scope, and our entry will be dropped before in create_file()
84 // the data is dropped, it is guaranteed to outlive the entry we return. in create_file()
138 /// // The file is removed when `file` is dropped.
239 /// The file is removed when the returned [`File`] is dropped.
299 /// `Scope` handle is dropped.
325 /// When dropped, a `Scope` will remove all directories and files in the filesystem backed by the
328 // This order is load-bearing for drops - `_entry` must be dropped before `data`.
341 /// When dropped, the DebugFS file will be removed and the attached data will be dropped.
399 /// `Scope` handle is dropped.
466 /// to is dropped.
481 /// to is dropped.
498 /// to is dropped.
517 /// to is dropped.
541 /// to is dropped.
556 /// to is dropped.