/aosp12/system/extras/tests/mmc_tracepoints/ |
H A D | README | 26 invoking fstrim in vold with "vdc fstrim dotrim".
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | IStorageManager.aidl | 184 void fstrim(int flags, IVoldTaskListener listener) = 72; in fstrim() method
|
/aosp12/system/extras/tests/ext4/ |
H A D | android_emmc_perf_tests.sh | 170 OUT=`adb shell vdc fstrim dotrim | grep "Command not recognized"`
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 67 void fstrim(int fstrimFlags, IVoldTaskListener listener); in fstrim() method
|
/aosp12/frameworks/base/cmds/sm/src/com/android/commands/sm/ |
H A D | Sm.java | 281 mSm.fstrim(0, new IVoldTaskListener.Stub() { in runFstrim()
|
/aosp12/system/vold/ |
H A D | VoldNativeService.h | 86 binder::Status fstrim(int32_t fstrimFlags,
|
H A D | VoldNativeService.cpp | 468 binder::Status VoldNativeService::fstrim( in fstrim() function in android::vold::VoldNativeService
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | vold.te | 42 # Run fstrim on mounted partitions
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | vold.te | 42 # Run fstrim on mounted partitions
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | vold.te | 43 # Run fstrim on mounted partitions
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | vold.te | 43 # Run fstrim on mounted partitions
|
/aosp12/system/sepolicy/public/ |
H A D | vold.te | 43 # Run fstrim on mounted partitions
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 750 fstrim(0, null); in handleMessage() 2516 public void fstrim(int flags, IVoldTaskListener listener) { in fstrim() method in StorageManagerService 2525 mVold.fstrim(flags, new IVoldTaskListener.Stub() { in fstrim()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 40750 Landroid/os/IVold$Stub$Proxy;->fstrim(ILandroid/os/IVoldTaskListener;)V 40864 Landroid/os/IVold;->fstrim(ILandroid/os/IVoldTaskListener;)V 41990 Landroid/os/storage/IStorageManager$Stub$Proxy;->fstrim(ILandroid/os/IVoldTaskListener;)V 42108 Landroid/os/storage/IStorageManager;->fstrim(ILandroid/os/IVoldTaskListener;)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 2986 HSPLcom/android/server/StorageManagerService;->fstrim(ILandroid/os/IVoldTaskListener;)V
|