Searched refs:fstype (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
H A D | LifetimeWriteInfo.java | 49 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 D | buildbot-teardown-device.sh | 82 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 D | SysfsLifetimeWriteInfoProvider.java | 103 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 D | IMountService.h | 51 …virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int owne…
|
/aosp12/frameworks/base/libs/storage/include/storage/ |
H A D | IMountService.h | 50 const int32_t sizeMb, const String16& fstype, const String16& key,
|
/aosp12/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 242 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 D | utils.cc | 562 for (const char* fstype : fstypes) { in MountFilesystem() local 565 fstype, in MountFilesystem() 572 << mountpoint << " as " << fstype; in MountFilesystem()
|
/aosp12/system/sepolicy/tests/ |
H A D | sepol_wrap.cpp | 57 i->genfs->fstype, in get_genfs()
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | system-lint-baseline.txt | 518 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 D | system-current.txt | 1213 field public final String fstype;
|