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()
773 Self::stat(path, kstat) in handle()
1341 pub fn stat(path: *const u8, user_kstat: *mut PosixKstat) -> Result<usize, SystemError> { in stat() method