Searched refs:stat (Results 1 – 3 of 3) sorted by relevance
13 struct stat *st = (struct stat *)malloc(sizeof(struct stat)); in main()15 printf("stat size = %lu\n", sizeof(struct stat)); in main()
860 pub fn stat(path: &str, user_kstat: *mut PosixKstat) -> Result<usize, SystemError> { in stat() method
790 Ok(_) => Self::stat(path, kstat), in handle()