Home
last modified time | relevance | path

Searched defs:statvfs64 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Dredefine_extname.cpp4 struct statvfs64 { struct
7 #pragma redefine_extname statvfs64 statvfs argument
/external/llvm-project/clang/test/CodeGenCXX/
Dredefine_extname.cpp4 struct statvfs64 { struct
7 #pragma redefine_extname statvfs64 statvfs argument
/external/crosvm/fuse/src/
Dfilesystem.rs865 fn statfs(&self, ctx: Context, inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs()
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1119 fn statfs(&self, _ctx: Context, inode: Inode) -> io::Result<libc::statvfs64> { in statfs()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1465 pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; in statvfs64() function