Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DLifetimeWriteInfo.java49 public final String fstype; field in LifetimeWriteInfo
52 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo() argument
54 this.fstype = Objects.requireNonNull(fstype); in LifetimeWriteInfo()
63 this.fstype = in.readString(); in LifetimeWriteInfo()
72 fstype = in.getString("fstype"); in LifetimeWriteInfo()
80 dest.writeString(fstype); in writeToParcel()
90 jsonWriter.name("fstype").value(fstype); in writeToJson()
106 && fstype.equals(lifetime.fstype) in equals()
116 partition, fstype, writtenBytes); in toString()
/aosp12/art/tools/
H A Dbuildbot-teardown-device.sh82 local fstype=$2
86 && adb shell mount | grep -q "^$fstype on $dir type $fstype " \
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DSysfsLifetimeWriteInfoProvider.java103 for (String fstype : KNOWN_FILESYSTEMS) { in load()
104 File fspath = new File(mWriteInfosPath, fstype); in load()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h51 …virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int owne…
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h50 const int32_t sizeMb, const String16& fstype, const String16& key,
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, in createSecureContainer() argument
249 data.writeString16(fstype); in createSecureContainer()
/aosp12/system/update_engine/common/
H A Dutils.cc562 for (const char* fstype : fstypes) { in MountFilesystem() local
565 fstype, in MountFilesystem()
572 << mountpoint << " as " << fstype; in MountFilesystem()
/aosp12/system/sepolicy/tests/
H A Dsepol_wrap.cpp57 i->genfs->fstype, in get_genfs()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-lint-baseline.txt518 Missing nullability on parameter `fstype` in method `LifetimeWriteInfo`
521 MissingNullability: android.car.storagemonitoring.LifetimeWriteInfo#fstype:
522 …Missing nullability on field `fstype` in class `class android.car.storagemonitoring.LifetimeWriteI…
H A Dsystem-current.txt1213 field public final String fstype;