Home
last modified time | relevance | path

Searched refs:S_IFSOCK (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs32 const S_IFSOCK = 0o140000; constant
606 FileType::Socket => kstat.mode.insert(ModeType::S_IFSOCK), in do_fstat()