Home
last modified time | relevance | path

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

/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc59 buf->st_dev = sb64->st_dev; in copy_stat64_to_stat()
60 buf->st_ino = sb64->st_ino; in copy_stat64_to_stat()
61 buf->st_mode = sb64->st_mode; in copy_stat64_to_stat()
63 buf->st_uid = sb64->st_uid; in copy_stat64_to_stat()
64 buf->st_gid = sb64->st_gid; in copy_stat64_to_stat()
65 buf->st_rdev = sb64->st_rdev; in copy_stat64_to_stat()
66 buf->st_size = sb64->st_size; in copy_stat64_to_stat()
76 struct stat64 sb64; in fstat() local
77 int r = fstat64(fd, &sb64); in fstat()
341 struct stat64 sb64; in stat() local
[all …]

Completed in 3 milliseconds