Home
last modified time | relevance | path

Searched defs:fstype (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DLifetimeWriteInfo.java53 public final String fstype; field in LifetimeWriteInfo
56 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
/packages/modules/Virtualization/guest/encryptedstore/src/
Dmain.rs210 let fstype = CString::new("ext4").unwrap(); in mount() localVariable