Searched defs:fstype (Results 1 – 2 of 2) sorted by relevance
53 public final String fstype; field in LifetimeWriteInfo56 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
210 let fstype = CString::new("ext4").unwrap(); in mount() localVariable