Lines Matching full:creates

72     /// Creates a DebugFS file which will own the data produced by the initializer provided in
113 /// Creates a subdirectory within this directory.
127 /// Creates a read-only file in this directory.
156 /// Creates a read-only binary file in this directory.
182 /// Creates a read-only file in this directory, with contents from a callback.
222 /// Creates a read-write file in this directory.
238 /// Creates a read-write binary file in this directory.
254 /// Creates a read-write file in this directory, with logic from callbacks.
279 /// Creates a write-only file in this directory.
296 /// Creates a write-only binary file in this directory.
313 /// Creates a write-only file in this directory, with write logic from a callback.
354 /// Creates a new scope, which is a directory associated with some data `T`.
454 /// Creates a new scope, which is a directory at the root of the debugfs filesystem,
504 /// Creates a subdirectory inside this `ScopedDir`.
522 /// Creates a read-only file in this directory.
533 /// Creates a read-only binary file in this directory.
547 /// Creates a read-only file in this directory, with contents from a callback.
567 /// Creates a read-write file in this directory.
584 /// Creates a read-write binary file in this directory.
600 /// Creates a read-write file in this directory, with logic from callbacks.
627 /// Creates a write-only file in this directory.
639 /// Creates a write-only binary file in this directory.
653 /// Creates a write-only file in this directory, with write logic from a callback.