Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ file_name
Method
file_name
src/fs/raw_dir.rs:169–171 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
167
/// Returns the file name of this directory entry.
168
#[inline]
169
pub fn file_name(&self) -> &CStr {
170
self.file_name
171
}
172
173
/// Returns the type of this directory entry.
174
#[inline]
Callers
6
fmt
Method · 0.45
read_entries
Function · 0.45
read_raw_entries
Function · 0.45
test_dir_read_from
Function · 0.45
test_dir_seek
Function · 0.45
test_dir_new
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_dir_read_from
Function · 0.36
test_dir_seek
Function · 0.36
test_dir_new
Function · 0.36