Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_fstat/
H A Dmain.c13 struct stat *st = (struct stat *)malloc(sizeof(struct stat)); in main()
15 printf("stat size = %lu\n", sizeof(struct stat)); in main()
/DragonOS/kernel/src/syscall/
H A Dmod.rs773 Self::stat(path, kstat) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1341 pub fn stat(path: *const u8, user_kstat: *mut PosixKstat) -> Result<usize, SystemError> { in stat() method