Home
last modified time | relevance | path

Searched refs:files_free (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs664 pub fn files_free(&self) -> u64 { in files_free() functions
671 pub fn files_free(&self) -> libc::c_long { in files_free() functions
678 pub fn files_free(&self) -> i64 { in files_free() functions
685 pub fn files_free(&self) -> u32 { in files_free() functions
704 ds.field("files_free", &self.files_free()); in fmt()
806 // This test is ignored because files_free/blocks_free can change after statvfs call and before
817 // This test is ignored because files_free/blocks_free can change after statvfs call and before
850 assert_eq!(fs.files_free() as u64, vfs.files_free() a in assert_fs_equals_strict()
[all...]
H A Dstatvfs.rs108 pub fn files_free(&self) -> libc::fsfilcnt_t { in files_free() functions

Completed in 3 milliseconds