-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_files.sha1
8656 lines (8656 loc) · 771 KB
/
all_files.sha1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
README.md|bb12d0915635d3f3f20a9f97c0353a64b1fea759
board-info.txt|ba853d2b9df9a37abdcc421272336e2244b35f41
boot.img|5dad228c1ab80d216d0037167f0e4ede146d1838
boot/dtb.img|50e5705c4e1b4ef8d13cfd07253ad1725006c6af
boot.img|5dad228c1ab80d216d0037167f0e4ede146d1838_info
boot/kernel|1e4e87f5f374bebfb7ad0de3b3c8ab8b551fbf6b
boot/ramdisk.packed|49fd6423686aed5c0e915a194abb7d2ff1f393ab
boot/ramdisk/fstab.mt6771|560475c54e61f9af5048af5771a33c7f26045218
boot/ramdisk/init|a86938fc9e92afa47986ee5368fc7dcc45fa2173
bootRE/boot.elf|47cba6a4c15af38f9e3f2bd0c4a7b9874ae1e626
bootRE/boot_kallsyms.txt|da39a3ee5e6b4b0d3255bfef95601890afd80709
bootRE/ikconfig|e57fde84f436046586924ac84d30980f98ea0c5d
bootdts/01_dtbdump_mt6771.dts|a47f7c01ad2bf66a7b1a63b2afcbdee4a7308817
bootdts/02_dtbdump_mt6771.dts|a47f7c01ad2bf66a7b1a63b2afcbdee4a7308817
bootimg/00_kernel|1662f36ffad2d2258e7ca09c123d43d9757c4c6c
bootimg/01_dtbdump_mt6771.dtb|4a0ff16455cc9cc43a4810cb851da01dc5ff4abb
bootimg/02_dtbdump_mt6771.dtb|36552f935403e9f56f820499d8bebb26e67e7af0
dtbo.img|ad90a2f8db24f6cd4bde65c5875184e6634cfd7d
dtbo/00_kernel|88e0693f31ff4b6344a9d2d2c3260edd9129ecc3
dtbo/01_dtbdump_fragment@0.dtb|0e617c9c4ce9fba2abdf8725ff2e1d3dbcec57f7
dtbodts/01_dtbdump_fragment@0.dts|7c1e0569494e83aa43bea31a86adb56ce072bd08
system/bugreports|cb9c4499bd6f958c69c84b24195c2439acc8167c
system/charger|7dd835dcd900154565d3d11e97f442af9670e4a7
system/d|14530de03836182b022db44fb1fa8a769fd23993
system/d|14530de03836182b022db44fb1fa8a769fd23993efault.prop
system/init|bb0637bff86acac5818561bafeb87438310d9505
system/init|bb0637bff86acac5818561bafeb87438310d9505.environ.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.oppo.debug.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.oppo.face.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.oppo.fingerprints.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.oppo.rootdir.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.oppo.seccommon.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.usb.configfs.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.usb.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.zygote32.rc
system/init|bb0637bff86acac5818561bafeb87438310d9505.zygote64_32.rc
system/odm/app|8abc7e43ce82e2654d4138a0b151483a6bed1804
system/odm/bin|9e9e0e1d7c6b209034da130867bd47e52f8f95ea
system/odm/etc|eec59ea2139799e7316c19595d3d437968ee3afa
system/odm/firmware|4de175773da942acdb35a10c5f46f0226fa04d57
system/odm/framework|860a9757395f90844c9b3cc8efa9d27adae69cd8
system/odm/lib|a6da6a15ea88d5b95fb3f8d68381de533c4f9c83
system/odm/lib|a6da6a15ea88d5b95fb3f8d68381de533c4f9c8364
system/odm/overlay|a68e2e03c8479cae9725122738db2bbff4e6d413
system/odm/priv-app|fca03769071943191419e681e6b50ab873dd14fc
system/odm/usr|b95dff08aa9a45e23decf68ee49db579fa43f0ea
system/product_services|108d7350af89bfa87657e6fe347b14564cc6c946
system/sdcard|55e608220379e7a38102d057723279e3e32ce12b
system/system/apex/com.android.apex.cts.shim.apex|d503aaa0b17cc285373283ac9bc3abbd5162b165
system/system/apex/com.android.conscrypt.apex|e2cdf1d62421629548782f0eedc5c743f88da9f1
system/system/apex/com.android.media.apex|142f0ea117045591ebe7dffea134b7e3968e001d
system/system/apex/com.android.media.swcodec.apex|3d3970929f131689d16e505c3b442546104d6340
system/system/apex/com.android.resolv.apex|524b89c27a694bcb5fda6d4c6694bc54f970ffdc
system/system/apex/com.android.runtime.release.apex|ff6f8a7d0efee85ca8cc18ec59aad71714f89f0e
system/system/apex/com.android.tzdata.apex|9dd086bcaefccdf0d434ca19727744a9e8e4e0a1
system/system/app/ARCore_stub/ARCore_stub.apk|834458db4df6be05975b84486389e52773ecbde5
system/system/app/ATMWifiMeta/ATMWifiMeta.apk|43ee266a1f4e54a0582626439fa0f7e2f485ad87
system/system/app/ATMWifiMeta/oat/arm64/ATMWifiMeta.odex|5305e9c25211f89acc9823576f878cbf616885db
system/system/app/ATMWifiMeta/oat/arm64/ATMWifiMeta.vdex|13d14889e8de1d6ae0190ef6768d677a9a26e876
system/system/app/AfterSalesService/AfterSalesService.apk|53ecbc4309123527d97d03d7a98dcd66f0544e8d
system/system/app/AfterSalesService/oat/arm64/AfterSalesService.odex|b6f8a14b2b38f5b29004024a6d5bfd6a57893102
system/system/app/AfterSalesService/oat/arm64/AfterSalesService.vdex|e4af480d482b5ab40d7aa0d8c8fe9692563580f4
system/system/app/AssistantScreen/AssistantScreen.apk|8318513d09b33e9ff4cbbcb6658b0be2a9672531
system/system/app/AssistantScreen/oat/arm64/AssistantScreen.odex|df3b9b0c93d65b4e86d2c3be3f3a3a6403c0b58d
system/system/app/AssistantScreen/oat/arm64/AssistantScreen.vdex|0b4fd7bac61f838d9a9be207ef6e599c73b09804
system/system/app/Athena/Athena.apk|96bebc972f630196da50ef9c0bdd3dcaffc31ea7
system/system/app/Athena/oat/arm64/Athena.odex|f03b5fd674adbf7a1aa6d6385e330a45a85a734a
system/system/app/Athena/oat/arm64/Athena.vdex|99dbe689d6353e739bace9427af86f113c546760
system/system/app/BackupAndRestore/BackupAndRestore.apk|898ac36392048328d15f9875eeaa5c8acc59e943
system/system/app/BackupAndRestore/oat/arm/BackupAndRestore.odex|67dc7ca292a83dc253f0b55cd4158ee4961ab2a9
system/system/app/BackupAndRestore/oat/arm/BackupAndRestore.vdex|893193b9a4ae3b0c0f06258710d695f743e3ad7a
system/system/app/BackupRestoreRemoteService/BackupRestoreRemoteService.apk|c2c9ae70d784fae464b8f182b2868445d82f9957
system/system/app/BackupRestoreRemoteService/oat/arm64/BackupRestoreRemoteService.odex|93e78aec8a3b303d3aa0ba4fc81a38d5bab3e543
system/system/app/BackupRestoreRemoteService/oat/arm64/BackupRestoreRemoteService.vdex|b71089d94b01c51b04d1abf8108b247f5b8a613d
system/system/app/BatteryWarning/BatteryWarning.apk|55c125310aedbd98ec6661d1f2ebf8babf55ecc8
system/system/app/BatteryWarning/oat/arm64/BatteryWarning.odex|9fa056cabf3b15c049931a024f20e865232de888
system/system/app/BatteryWarning/oat/arm64/BatteryWarning.vdex|f54c6802f4ec668780668b07e59cd86346086873
system/system/app/BluetoothMidiService/BluetoothMidiService.apk|c8a710d79c945906ea8272c6e0474c18c54f8f77
system/system/app/BluetoothMidiService/oat/arm64/BluetoothMidiService.odex|be9af2f71b94dd41e5cbb7b9b9103da3da455272
system/system/app/BluetoothMidiService/oat/arm64/BluetoothMidiService.vdex|76df2abac7c5ed10c378bc6837af011220518a98
system/system/app/BookmarkProvider/BookmarkProvider.apk|883d1f211b83242a707b8a53f26b2d52ce3a7744
system/system/app/BookmarkProvider/oat/arm64/BookmarkProvider.odex|4a5052511a0f858a0eb7142ef07771b533ed39e3
system/system/app/BookmarkProvider/oat/arm64/BookmarkProvider.vdex|bb444516fe1259dcfba2a9ee26e33f95c5539e1e
system/system/app/BuiltInPrintService/BuiltInPrintService.apk|fbc9b638d3b9ab7d2a4ec94c9ac6f1f713615a9d
system/system/app/BuiltInPrintService/lib/arm64/libcups.so|9d27c89f780319a904d31b89c6f96673a9225b77
system/system/app/BuiltInPrintService/lib/arm64/libwfds.so|9351acceeca3b1cecdc96ac3e726e5d9b53a92c6
system/system/app/BuiltInPrintService/oat/arm64/BuiltInPrintService.odex|ac4c6376ae81a7ace32f136fb3fbe1db7094cdc5
system/system/app/BuiltInPrintService/oat/arm64/BuiltInPrintService.vdex|ce6e9a969c765c021faf6cf8c4ca289c1a24ce1c
system/system/app/Calculator2/Calculator2.apk|e2e0880624a5ddf69feac240e4bd1bce369b6509
system/system/app/Calculator2/oat/arm64/Calculator2.odex|a0f5937922977891e108680e1e71ddb13794148d
system/system/app/Calculator2/oat/arm64/Calculator2.vdex|3d2cb33e5077f6d3ad404e1e59587def879dadb4
system/system/app/CarrierDefaultApp/CarrierDefaultApp.apk|9a700288c10120991885356dab78e753ca00a128
system/system/app/CarrierDefaultApp/oat/arm64/CarrierDefaultApp.odex|90ce69c44ecf98da040858f7dffdcfba34c9b6c4
system/system/app/CarrierDefaultApp/oat/arm64/CarrierDefaultApp.vdex|a5a7c854d9b6f44921915d1c8e811cc39d5d02ff
system/system/app/CertInstaller/CertInstaller.apk|c002b9a0714d0deb25ff6ad14fc30d1c2c6df29a
system/system/app/CertInstaller/oat/arm64/CertInstaller.odex|a3f83dd1cf645973c7e1918b084817ddea77a884
system/system/app/CertInstaller/oat/arm64/CertInstaller.vdex|cdc08bbee8e4998791e5994ad09d0c4d5459f202
system/system/app/ChildrenSpace/ChildrenSpace.apk|d58528e6a0360e65478ba94e7fc0303b9cb954f2
system/system/app/ChildrenSpace/oat/arm64/ChildrenSpace.odex|c2f5063f16d1def2a50c4b8f7e0cc46e3e894896
system/system/app/ChildrenSpace/oat/arm64/ChildrenSpace.vdex|13cac516a6fac802b9bd8281a7c37a271b8e188a
system/system/app/Clock/Clock.apk|5a4949f2db0e95c448758b1095ba3b6823282aae
system/system/app/Clock/oat/arm/Clock.odex|276eab04ba99128a1997ad86b0e88fc2198a220d
system/system/app/Clock/oat/arm/Clock.vdex|51b3717cf93d3f8d249dd8ff1f494a4cd6a43fd3
system/system/app/ColorAppServicesManager/ColorAppServicesManager.apk|82c2705aaafdf8ceeab41ac99c53b491e9887942
system/system/app/ColorAppServicesManager/oat/arm64/ColorAppServicesManager.odex|4c0c54032ac6292dc3ef48f1e178e52d0d6246b9
system/system/app/ColorAppServicesManager/oat/arm64/ColorAppServicesManager.vdex|bbeb7a303792e435a39e29a20e6609fa8420ad41
system/system/app/ColorEyeProtect/ColorEyeProtect.apk|190b3cbbb3afe9c065b301bda9510b09d56f62a0
system/system/app/ColorEyeProtect/oat/arm64/ColorEyeProtect.odex|9878cf3812c32ef3392ef5fdca1eaf13f14df34b
system/system/app/ColorEyeProtect/oat/arm64/ColorEyeProtect.vdex|2f2967009e43e2313829435869d68bdf2f0cbc96
system/system/app/ColorLocationProxy/ColorLocationProxy.apk|a4e13bd425272c3abf99e2e1c3b9ec658819e47e
system/system/app/ColorLocationProxy/oat/arm64/ColorLocationProxy.odex|ce2019b49355ec5752a0e73b61bba096e7a5d653
system/system/app/ColorLocationProxy/oat/arm64/ColorLocationProxy.vdex|142900c6bc0258d7a8740fa06b57e6e6901f5af2
system/system/app/ColorScreenRecorder/ColorScreenRecorder.apk|f17228f531a0c4d3237625e796ec6a1f9dd18690
system/system/app/ColorScreenRecorder/oat/arm/ColorScreenRecorder.odex|e84f49e304b3e6e536834c32798169eb8d4badd4
system/system/app/ColorScreenRecorder/oat/arm/ColorScreenRecorder.vdex|db4aeafc8b1b51608fd3a9f3a42b60e27c8deda3
system/system/app/ColorScreenRecorder/oat/arm64/ColorScreenRecorder.odex|f5d0f7921b2050da0e99694083d4ce6b65df2d12
system/system/app/ColorScreenRecorder/oat/arm64/ColorScreenRecorder.vdex|db4aeafc8b1b51608fd3a9f3a42b60e27c8deda3
system/system/app/ColorScreenshot/ColorScreenshot.apk|520214137552969e3267e31ce6a6857e0dff577f
system/system/app/ColorScreenshot/oat/arm/ColorScreenshot.odex|fca224ff9ea4c101ead6c63cd802e863605b837c
system/system/app/ColorScreenshot/oat/arm/ColorScreenshot.vdex|183fe82c7f64febaad96d504e0e2c129dae49aaa
system/system/app/ColorUIEngine/ColorUIEngine.apk|f3a9fb829df79797ed7cf6747fc720841473678d
system/system/app/ColorUIEngine/oat/arm/ColorUIEngine.odex|3bae93e00c9e401f1d82206b02d352baa9b4eab9
system/system/app/ColorUIEngine/oat/arm/ColorUIEngine.vdex|29db785f10b485244a7a55c861bbd4f6af2bbfca
system/system/app/ColorUIEngine/oat/arm64/ColorUIEngine.odex|025791849257410d10d55a2375138f90a1fbf1c1
system/system/app/ColorUIEngine/oat/arm64/ColorUIEngine.vdex|29db785f10b485244a7a55c861bbd4f6af2bbfca
system/system/app/CompanionDeviceManager/CompanionDeviceManager.apk|8151b31b0400a01173e6581b04556096a7a1373e
system/system/app/CompanionDeviceManager/oat/arm64/CompanionDeviceManager.odex|47e8db4231cd08f74619b7c91fefe6a8de4f7488
system/system/app/CompanionDeviceManager/oat/arm64/CompanionDeviceManager.vdex|cdc15b15c870e049bb7e5ca111ab8f929245ae7a
system/system/app/CtsShimPrebuilt/CtsShimPrebuilt.apk|cfdcb46ce1f28a2fce34bb04b7aa678b5080eebe
system/system/app/DataMigration/DataMigration.apk|6db554234bccfc613cffb0e9780a909303fe9c96
system/system/app/DataMigration/oat/arm/DataMigration.odex|753ea76c9d876480a663e2ef8cd117f21768450c
system/system/app/DataMigration/oat/arm/DataMigration.vdex|787b7cd73b7bf3c925c07f818afdd8fd8a6e66e9
system/system/app/DebugLoggerUI/DebugLoggerUI.apk|84cdd5bb7b358518e906f7a5b2d1049f310f1abe
system/system/app/DebugLoggerUI/oat/arm64/DebugLoggerUI.odex|8a5b705d402149b8bb68c7b700d4788c865d74e2
system/system/app/DebugLoggerUI/oat/arm64/DebugLoggerUI.vdex|25215ea78f7cdf32a550c1a4d44ad48f5a300f5a
system/system/app/DecryptAssistant/DecryptAssistant.apk|c97db6a04413e6a80a647faf032997d4d6f2859c
system/system/app/DecryptAssistant/oat/arm64/DecryptAssistant.odex|808ad413cecf480dbe25dbab4ba74b9aa4223775
system/system/app/DecryptAssistant/oat/arm64/DecryptAssistant.vdex|b4965998679c1e4f53ac35c9bcfc10859dd8fec7
system/system/app/DownloaderCenterUI/DownloaderCenterUI.apk|b3784e58340322eb1b57e0fe991e986a8a79f88d
system/system/app/DownloaderCenterUI/oat/arm64/DownloaderCenterUI.odex|cfc35ac8d09dbb62dc4b6569eddd28c120cf1c11
system/system/app/DownloaderCenterUI/oat/arm64/DownloaderCenterUI.vdex|8df7b7260ba13d514988df449d1ba946e0b54005
system/system/app/EasterEgg/EasterEgg.apk|7f08e11ec3c20456047511765be3621fef0aaa7b
system/system/app/EasterEgg/oat/arm64/EasterEgg.odex|cbb7eb2dcfda79416fbdbad28da7f8e1915d701e
system/system/app/EasterEgg/oat/arm64/EasterEgg.vdex|2462a890465046ae8f34d219429769f4545bf2ed
system/system/app/EmailPartnerProvider/EmailPartnerProvider.apk|0babb42e0723e692da14057ac1808825ce3a6b6e
system/system/app/EmailPartnerProvider/oat/arm64/EmailPartnerProvider.odex|cb9307d14d3ce1890a4a0019ed331b8c3bbb1c3f
system/system/app/EmailPartnerProvider/oat/arm64/EmailPartnerProvider.vdex|36992fb156d8b642d891bd87e670c32a8366594e
system/system/app/FM2/FM2.apk|392be95f03df52f0c368ca8faee2a55433824cd7
system/system/app/FM2/oat/arm64/FM2.odex|147a5d5e36e24fec8a8f92c564c5ac677318f25c
system/system/app/FM2/oat/arm64/FM2.vdex|e5154ddf0fdfa036a6d2ba684fb790b0ce80e100
system/system/app/FileEncryption/FileEncryption.apk|859aec78d3c3908240fd42a04136932b6b969ae9
system/system/app/FileEncryption/oat/arm64/FileEncryption.odex|569583001d05e985966edc9578166f7fab7a244e
system/system/app/FileEncryption/oat/arm64/FileEncryption.vdex|41472e3aacefa1faeb17403baca80cb2a4e267d2
system/system/app/FileInfoProvider/FileInfoProvider.apk|602dd1ed8a262e7061118c7691e05c7707765d1a
system/system/app/FileInfoProvider/oat/arm64/FileInfoProvider.odex|115da8679856d64de6fd1b6a7f7e4fe1e7350156
system/system/app/FileInfoProvider/oat/arm64/FileInfoProvider.vdex|2f63c7c3253ff8a0da2459dacb36ccb57c382fc5
system/system/app/FileManager/FileManager.apk|728a26d2f31a55167669c3b3be817f9cca2c7836
system/system/app/FileManager/oat/arm64/FileManager.odex|507f5d8f6f4d98f1ca9d7cf2b4a837c786e56489
system/system/app/FileManager/oat/arm64/FileManager.vdex|d9da263318936e7ded5beafc0a17b8c59756873f
system/system/app/FloatAssistant/FloatAssistant.apk|c6ed7c995755229cb1c10010d07308cab0533dc2
system/system/app/FloatAssistant/oat/arm64/FloatAssistant.odex|b3100b2fab76d7bf0a4bd90f7b235d2d34bb6ea0
system/system/app/FloatAssistant/oat/arm64/FloatAssistant.vdex|bddaaa7a3adfc1dbf6a22e03de7a78824473d612
system/system/app/FocusMode/FocusMode.apk|9f866b2538c1ba1c6d925a27c08ca3370d212579
system/system/app/FocusMode/oat/arm/FocusMode.odex|d10fc1684011c84615a4dd2b443d83aae2b3c433
system/system/app/FocusMode/oat/arm/FocusMode.vdex|a4aa10123e4a9eba05b9f4bef0c1eaa53074993e
system/system/app/FocusMode/oat/arm64/FocusMode.odex|e0ceb368bbf573e3ffbbb78b71f3ad6962ec3193
system/system/app/FocusMode/oat/arm64/FocusMode.vdex|a4aa10123e4a9eba05b9f4bef0c1eaa53074993e
system/system/app/GameSpace/GameSpace.apk|6268e10aec2504afdc9765221a91ec7236ed3ab6
system/system/app/GameSpace/oat/arm/GameSpace.odex|3102ddc480d0d82780405ca7389d5f713165494b
system/system/app/GameSpace/oat/arm/GameSpace.vdex|f7b4a8477823fe99ed7cf06d35c390dea760c395
system/system/app/GameSpace/oat/arm64/GameSpace.odex|db07e02c79958dfc5dfed09854fdfed4532cd679
system/system/app/GameSpace/oat/arm64/GameSpace.vdex|f7b4a8477823fe99ed7cf06d35c390dea760c395
system/system/app/Gamecenter/Gamecenter.apk|13920a8bd27be37a4757b9e84d66ae098eadd4dc
system/system/app/Gamecenter/oat/arm/Gamecenter.odex|8b5af0ad1aba095283501850b9556cd4adec5ef4
system/system/app/Gamecenter/oat/arm/Gamecenter.vdex|ed3dd4d262aa70c51e9ad30d4a9b05a335854ffa
system/system/app/Gba/Gba.apk|169701c3ca58c3e7d7e73b5593a5f3bc8a61ea2f
system/system/app/Gba/oat/arm64/Gba.odex|3ba4a3d688398c1970f4061d22f6a61bc1c67860
system/system/app/Gba/oat/arm64/Gba.vdex|8628caf8b40c04bca0d0fa825ab1f0eb4b763cf1
system/system/app/GnssDebugReport/GnssDebugReport.apk|fccedfbaea4c7a7d84e17d1a623a4822275e97de
system/system/app/GnssDebugReport/oat/arm64/GnssDebugReport.odex|5af398a7ed94fb460c4edc7d9f3654e1674f7bf6
system/system/app/GnssDebugReport/oat/arm64/GnssDebugReport.vdex|dadb24c707954ddfe5e34eebabe8e05e018c5c8f
system/system/app/GoogleExtShared/GoogleExtShared.apk|bf85fa7faf666f718d177fcfe6cb839d5a08748a
system/system/app/GoogleExtShared/oat/arm64/GoogleExtShared.odex|0b0cd23ef35158c298202b5d95be05bb9cbffcd8
system/system/app/GoogleExtShared/oat/arm64/GoogleExtShared.vdex|5b6d8c29467e313e6f744dea140dd1815305ead0
system/system/app/GoogleLatinInput/GoogleLatinInput.apk|29523860675051ba14e5e0799a5d0016d2173c85
system/system/app/GoogleLatinInput/oat/arm/GoogleLatinInput.odex|c2fdce876c4838f0ba6e6d1cd94da0358c1d53be
system/system/app/GoogleLatinInput/oat/arm/GoogleLatinInput.vdex|5995e6486300944d44f53b1efaa408a2a4f76aa4
system/system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk|730038089677765da4fac86bbe882909415bc188
system/system/app/GooglePrintRecommendationService/oat/arm64/GooglePrintRecommendationService.odex|5237c8ac7077453902f9a8bd110b4ef70518c118
system/system/app/GooglePrintRecommendationService/oat/arm64/GooglePrintRecommendationService.vdex|d59bdb21dbab96d0c1f25c3dfce8639e7533aae0
system/system/app/HTMLViewer/HTMLViewer.apk|3bb31095e66f113b2ddef890f38637c6afb3d9e4
system/system/app/HTMLViewer/oat/arm64/HTMLViewer.odex|1a6bcb63b1c00fc8341ea524e437ff5277d4f26d
system/system/app/HTMLViewer/oat/arm64/HTMLViewer.vdex|536a4bdf42cda4d4584e499d4c739f222debd650
system/system/app/HealthCheck/HealthCheck.apk|8bac69d88e299bf039b502644d7405b436ad964d
system/system/app/HealthCheck/oat/arm64/HealthCheck.odex|7b61563a980ed1f227d83c348c7c690d2bc8a032
system/system/app/HealthCheck/oat/arm64/HealthCheck.vdex|a68ac1b88a53c298c7fa76ec13a8718897243e39
system/system/app/InCallUI/InCallUI.apk|6414abffff640b3c35c6ddc268482a705071657f
system/system/app/InCallUI/oat/arm64/InCallUI.odex|41424cdda98f3f557d042fe2389cbd870b38fc7e
system/system/app/InCallUI/oat/arm64/InCallUI.vdex|adc4c98ef5717aa11bacf792c5fc08e757e96c2f
system/system/app/KeKePay/KeKePay.apk|8a4ee66104bccaf816719608f6771a31ea37d8f2
system/system/app/KeKePay/oat/arm/KeKePay.odex|12f3251a1e411da74973c986239309b62f6012f0
system/system/app/KeKePay/oat/arm/KeKePay.vdex|9cd7f28adeb455a02477260cef3d9947de716a26
system/system/app/KeyChain/KeyChain.apk|639d82f4fdc9d42ca7787862a8140b70cf366d39
system/system/app/KeyChain/oat/arm64/KeyChain.odex|52037062175525f2143b7d7a497ae1da02772736
system/system/app/KeyChain/oat/arm64/KeyChain.vdex|7598f4310d00f74d6e364045b19fbcd0f8f6a9b4
system/system/app/LPPeService/LPPeService.apk|56bfad29e1bef05b48ab58f10a10491f33cb0246
system/system/app/LPPeService/oat/arm64/LPPeService.odex|32a99972d3078c2ea5ef9f0aa5f6005b788b0fbc
system/system/app/LPPeService/oat/arm64/LPPeService.vdex|a32ad4bae09001ea00d335ed766c290825ad4dd2
system/system/app/LocationEM2/LocationEM2.apk|c1315cce9e940281446564aeb7dbcec91b6b5782
system/system/app/LocationEM2/oat/arm64/LocationEM2.odex|6f3db154befb29428ddd8aa267697242ae5af76c
system/system/app/LocationEM2/oat/arm64/LocationEM2.vdex|7cf613c3b1a10910a8bad7a4c2ef98c429d5baed
system/system/app/Locationpicker/Locationpicker.apk|5b332ce6b9a4b1156ca50f1c689b211762dcd426
system/system/app/Locationpicker/oat/arm64/Locationpicker.odex|2e0bc2ba6fbb59c4b931390c9bea355510dcf664
system/system/app/Locationpicker/oat/arm64/Locationpicker.vdex|64b6270d901f2882f6c24bbc845097f748ceea51
system/system/app/LockAssistant/LockAssistant.apk|1a750b8ed6fa31a9d4c509fc475f0a5992e7f8ef
system/system/app/LockAssistant/oat/arm64/LockAssistant.odex|75d4ef2d9b32648e352c734e0e1423553c485370
system/system/app/LockAssistant/oat/arm64/LockAssistant.vdex|93cdf72eb2c408b2771491b9cf4e50a55b396b9a
system/system/app/MCS/MCS.apk|8e6c467ee4d50f3d342214d915141b7cc07b3c9d
system/system/app/MCS/oat/arm64/MCS.odex|64c98e109a867b2a3347e0c3eed00e3f33743435
system/system/app/MCS/oat/arm64/MCS.vdex|d12e5d067587b62355c57a96938e96ec67f887e9
system/system/app/MDMConfig/MDMConfig.apk|c70ae6ca8dc3aa0a4a7835102375516345b4f750
system/system/app/MDMConfig/oat/arm64/MDMConfig.odex|006a4db103623b2e431bf73f74ac58410e33fff1
system/system/app/MDMConfig/oat/arm64/MDMConfig.vdex|a3f1317b5a827f526e02a6a6787db952d2ac37dd
system/system/app/MDMLSample/MDMLSample.apk|c7afa111507ba257e60076daafebf515f4e07612
system/system/app/MDMLSample/oat/arm64/MDMLSample.odex|af3a07e53f12a7f15a7e678a50aff1937203d835
system/system/app/MDMLSample/oat/arm64/MDMLSample.vdex|ec85370ee17c2dd909b8a44ccbfa76201e649889
system/system/app/MtkBluetooth/MtkBluetooth.apk|58d70172c5886810f4133b81effbcff5ce04e792
system/system/app/MtkBluetooth/lib/arm64/libmtkbluetooth_jni.so|c66c80d8b2aa8e5acaf171ad194cfa134bacb50e
system/system/app/MtkBluetooth/oat/arm64/MtkBluetooth.odex|216b8e25bb8207d1a298692632a877d9aad83a0f
system/system/app/MtkBluetooth/oat/arm64/MtkBluetooth.vdex|657054b530285dc72992624cb3dbff9ca52fa63f
system/system/app/NfcNci/NfcNci.apk|47902aacad732178dff1d2eced9dcd971d20eee9
system/system/app/NfcNci/lib/arm64/libnfc_nci_jni.so|ae4f9205a15f1c8261a41f6ff001ef5d60c24bc9
system/system/app/NfcNci/oat/arm64/NfcNci.odex|7da36143010e33b8d6c0cd466fd8dfb93c3894a9
system/system/app/NfcNci/oat/arm64/NfcNci.vdex|3632488c6112a2bc145f76bc10c8aca798b51506
system/system/app/NonFrameworkLbs/NonFrameworkLbs.apk|e353b39a51bafff487c5b69893110c97e5e0ad82
system/system/app/NonFrameworkLbs/oat/arm64/NonFrameworkLbs.odex|c9e558b2e33f2b592a735165ea90aa901b2a5172
system/system/app/NonFrameworkLbs/oat/arm64/NonFrameworkLbs.vdex|e65c9fd3716c4e3aa05777497ca66d7ba560bfbe
system/system/app/NotificationCenter/NotificationCenter.apk|143361b0d6d795f0bca96f0875a90981ae8b495d
system/system/app/NotificationCenter/oat/arm64/NotificationCenter.odex|c7de132ad7e20e3ee21dc7b49c2a33fac9cfe698
system/system/app/NotificationCenter/oat/arm64/NotificationCenter.vdex|0f12a6f6ca61a716c470c69a6fb256a880794542
system/system/app/OP15Entitlement/OP15Entitlement.apk|d876b86b4ed826cc5d4f7528d3f1b976a8bdbcc1
system/system/app/OP15Entitlement/oat/arm64/OP15Entitlement.odex|4f072ccf59b2553438fac5a501d9e767b5d45036
system/system/app/OP15Entitlement/oat/arm64/OP15Entitlement.vdex|525e4a44124e32e1a406400d880fc3cb25108023
system/system/app/OShare/OShare.apk|46f844d0788f4c246cb280118709c1633d4c4a08
system/system/app/OShare/oat/arm64/OShare.odex|6326c3654c0f5e956d154a7e1471b552334464ef
system/system/app/OShare/oat/arm64/OShare.vdex|0c180386f6972634bd842ba3ebc5009f927c3088
system/system/app/OTA/OTA.apk|c074daf3ec9628295a95d16836e56b67139f80c3
system/system/app/OTAUI/OTAUI.apk|cbbef3690e83dade209b3928bae1e7e44fba5854
system/system/app/OTAUI/oat/arm64/OTAUI.odex|17ed55868cf244978491b5701be805866e56451b
system/system/app/OTAUI/oat/arm64/OTAUI.vdex|48d13f813720002c51c0d1c8dea6763cbecc9370
system/system/app/OVoiceManagerService/lib/arm64/libca.so|b88676e0db73c4d2b7a5d9a732d46efaa35fb9d2
system/system/app/OVoiceManagerService/lib/arm64/libduidns.so|3dde3d8ca9c6a98ddb709071ebcda2da66d68647
system/system/app/OVoiceManagerService/lib/arm64/libduiutils.so|270225b180a178dcd417d73a165509cc14d06f2f
system/system/app/OVoiceManagerService/lib/arm64/libecho.so|1b35b019a926b05dbba66a9e7325c45c048e7ea6
system/system/app/OVoiceManagerService/lib/arm64/libfespl.so|3d9a42bb0ecad5a91dd4beb419d560a46d184580
system/system/app/OVoiceManagerService/lib/arm64/libgender.so|ca194fac5984f06e5ebc2c73caa971df8f008975
system/system/app/OVoiceManagerService/lib/arm64/libvad.so|7710ecebade68c7e5e1140b96384579cfe6b6d50
system/system/app/OVoiceManagerService/lib/arm64/libvprint.so|51443d1a3bf932237f5611a01e29fd30effeb638
system/system/app/OVoiceManagerService/lib/arm64/libwakeup.so|7fc4a295c71b1ac908d89490cef35d6ecd776f86
system/system/app/OcrScanner/OcrScanner.apk|1bd2138c0297741398faf4a842ed3c7a03381610
system/system/app/OcrScanner/lib/arm64/libsgmain.so|46fb460513345041bc6729514d09934541ff4dd8
system/system/app/OcrScanner/lib/arm64/libsgmainso-5.4.171.so|3500155a3e56b85078cf74338d4a67885af8d639
system/system/app/OcrScanner/oat/arm64/OcrScanner.odex|d5fa26e886dd57ed57202a1f85b6bfa9e3472659
system/system/app/OcrScanner/oat/arm64/OcrScanner.vdex|b4d48db2a51f6b6d32c6e784ffbaf0cecbcad42b
system/system/app/OcrService/OcrService.apk|295c74f19dc3d317b4de176016fe20e647156be3
system/system/app/OcrService/oat/arm64/OcrService.odex|cd4b90f653abd3a8e775f99640f4d8ab71948f8c
system/system/app/OcrService/oat/arm64/OcrService.vdex|1cd36b8ea94596b58a324af8b463166d0488a50d
system/system/app/OppoAtlasService/OppoAtlasService.apk|240b1d0bc0f861438d6ea3a29fbd19b881cdcb7c
system/system/app/OppoAtlasService/oat/arm64/OppoAtlasService.odex|bbd200a693813d801f1be3a8714dd1038425d6a5
system/system/app/OppoAtlasService/oat/arm64/OppoAtlasService.vdex|bd48c80bf0c1af17b92a1eda1b16dc0f37031a3d
system/system/app/OppoCamera/OppoCamera.apk|1b38d8e3558ee8755db88ec4f0393a83079b03fc
system/system/app/OppoCamera/oat/arm/OppoCamera.odex|89720f75bf1b2f72c2099dd1bcb9a150e6b6a385
system/system/app/OppoCamera/oat/arm/OppoCamera.vdex|f2ef8ddf4681dfa9f5f4d7ee0b8148ca7e02651e
system/system/app/OppoChromeCustomizations/OppoChromeCustomizations.apk|4b73805c24e01a7bf85e64bc992bcf811a6eb4d3
system/system/app/OppoChromeCustomizations/oat/arm64/OppoChromeCustomizations.odex|c5ccc0095571712d86fe2cbd9d3bb3068bc5a180
system/system/app/OppoChromeCustomizations/oat/arm64/OppoChromeCustomizations.vdex|715246895d2c1f7a2a2835d24eaf759f62787c68
system/system/app/OppoCompass2/OppoCompass2.apk|2abbde36e6e216ebef036667d4cd0f1a3d57d3f9
system/system/app/OppoCompass2/oat/arm/OppoCompass2.odex|5220a6ac38f911e111e1c8614b394a008ab4c947
system/system/app/OppoCompass2/oat/arm/OppoCompass2.vdex|bf5983a976b99767bc2fb111839502f602027896
system/system/app/OppoCriticalLogService/OppoCriticalLogService.apk|bb10d3b33e2ae5a1bd2ceeae289254a07bb17831
system/system/app/OppoCriticalLogService/oat/arm64/OppoCriticalLogService.odex|ea83da54275f35e1c03b3c8a121c4c4bc306f686
system/system/app/OppoCriticalLogService/oat/arm64/OppoCriticalLogService.vdex|27e5c9d21f1fec9dcf27184b677c56ffbc650223
system/system/app/OppoDCS/OppoDCS.apk|5b8fa6242b98222408887f4c257a8ff4d71e7fe4
system/system/app/OppoDCS/oat/arm64/OppoDCS.odex|cec29128a820aeef0d3006c42306d633d5933bfc
system/system/app/OppoDCS/oat/arm64/OppoDCS.vdex|cee1afe43c78a7ce559a4742d1e7591551590eeb
system/system/app/OppoDropboxChmodService/OppoDropboxChmodService.apk|01d8a4a623d32ce3fbd3d8056208cf285639361b
system/system/app/OppoDropboxChmodService/oat/arm64/OppoDropboxChmodService.odex|c1bb04ff4ac9a7ad1ce85f2cdb55163f6654cd19
system/system/app/OppoDropboxChmodService/oat/arm64/OppoDropboxChmodService.vdex|1d54e3a2d1aa03cb209d26c0f2f5fef09ab32388
system/system/app/OppoEngineerCamera/OppoEngineerCamera.apk|c86a410c3ecdeb437b2324dcf23fd637e57f03ca
system/system/app/OppoEngineerCamera/lib/arm64/libCalibrationJNI.so|305ede62e2f54f656a952125ffa9772b84d1e5ad
system/system/app/OppoEngineerCamera/lib/arm64/libDepthPrecisonTest.so|5bead47cad1727d555e1d6cc808cbb33e0cb668d
system/system/app/OppoEngineerCamera/lib/arm64/libImageUtils.so|154089bed8fb88735197f06dec5798e3795d7673
system/system/app/OppoEngineerCamera/lib/arm64/libOPPOTriCalib.so|db8758342a18dfe59bbf7d9292eb70f5a972c16b
system/system/app/OppoEngineerCamera/lib/arm64/libOisCalibrationJNI.so|e3f01d24d3248a1d36b473b65bf46c82da78ff7a
system/system/app/OppoEngineerCamera/lib/arm64/libTOFCalibrationAlgorithm.so|8ebdb966b691e47cc9abfc25cb782e4b170ce360
system/system/app/OppoEngineerCamera/lib/arm64/libTofDepthPrecisionTest.so|39f23006a595eb569ac35288d67431e79d3cad51
system/system/app/OppoEngineerCamera/lib/arm64/libTriCamVerify.so|f5461be75d82cdd1e02a1572ce2da8e3fee42805
system/system/app/OppoEngineerCamera/lib/arm64/libarcsoft_dualcam_wt_calibration.so|fe331c32cd08cc22fb6062ac2e82d1b565c2478e
system/system/app/OppoEngineerCamera/lib/arm64/libarcsoft_dualcam_wt_verification.so|945ce16049d14c16f08bdae202b049a92d0c8705
system/system/app/OppoEngineerCamera/lib/arm64/libarcsoftdualcamcalibrate_jni.so|7559c3dc03676ff7a11e2e216d6a248d952c4596
system/system/app/OppoEngineerCamera/lib/arm64/libcalibverifyW_T.so|e283d4a98737290ec77f75ab9294beb5808515a8
system/system/app/OppoEngineerCamera/lib/arm64/libmx6300_jni.so|412b81bb8f5abd0432e86d6c50d8f664f1ddb7c4
system/system/app/OppoEngineerCamera/lib/arm64/libobcdepth.so|9ee381274bf3d18af00b32b1c7ec9ee503843814
system/system/app/OppoEngineerCamera/oat/arm64/OppoEngineerCamera.odex|3a8b1039e7f93100e575623f6022b315b9324205
system/system/app/OppoEngineerCamera/oat/arm64/OppoEngineerCamera.vdex|690e7152e03b811d82408289ad209b8a402fdd4d
system/system/app/OppoEngineerMode/OppoEngineerMode.apk|2d815efdb6008dd41d3cbf9d790d6634e809313e
system/system/app/OppoEngineerMode/lib/arm64/libopenshort.so|ca5063991766b5ae1176f931ee6fea796fbf3bfd
system/system/app/OppoEngineerMode/oat/arm64/OppoEngineerMode.odex|1023a8fffa6330dd22fd418072f77835998c0706
system/system/app/OppoEngineerMode/oat/arm64/OppoEngineerMode.vdex|7862b9f8df7644001b044e22e08c7c8730061296
system/system/app/OppoEngineerNetwork/OppoEngineerNetwork.apk|6b2a2fa4845d463ee0149df9a0bd6b83f4b5dfb1
system/system/app/OppoEngineerNetwork/oat/arm64/OppoEngineerNetwork.odex|ed3f28fb169cfa7fc109d3084bb327a757c83cdc
system/system/app/OppoEngineerNetwork/oat/arm64/OppoEngineerNetwork.vdex|3cb16801f58416786ec1aabf25a335beb07927f0
system/system/app/OppoExServiceUI/OppoExServiceUI.apk|36758171563aab31763954bba10c49833379149c
system/system/app/OppoExServiceUI/oat/arm64/OppoExServiceUI.odex|381debce803a052702998f2d0e8615f4dea91753
system/system/app/OppoExServiceUI/oat/arm64/OppoExServiceUI.vdex|74a8832ff609d09305c0c35578a22ebfd126acd9
system/system/app/OppoGestureUI/OppoGestureUI.apk|923fb286315344b30cca192121724263ad7b1d66
system/system/app/OppoGestureUI/oat/arm64/OppoGestureUI.odex|3b9e4dfdddf132a5f06ef1ba30c646cd40d976cb
system/system/app/OppoGestureUI/oat/arm64/OppoGestureUI.vdex|8d53e916bb76041d64926f396e3dfaee5a05e382
system/system/app/OppoGuardElf/OppoGuardElf.apk|f79dc2315b36d7adbd6c3fe14214fb90b63295a5
system/system/app/OppoGuardElf/oat/arm64/OppoGuardElf.odex|43d6d97df504db0a50e48d5e8deeee884b192161
system/system/app/OppoGuardElf/oat/arm64/OppoGuardElf.vdex|66872e05e001e8f37f0b9ea5fe068826e0633ec9
system/system/app/OppoLFEHer/OppoLFEHer.apk|82fd47ede475e792cf6a0c7742ba359946c99828
system/system/app/OppoLFEHer/oat/arm64/OppoLFEHer.odex|d135063208b02979eb4d6529087f4ea3039adcf9
system/system/app/OppoLFEHer/oat/arm64/OppoLFEHer.vdex|3b7ee65aa1b281244267ba46ff7b0807eef52003
system/system/app/OppoLogKit_Beta/OppoLogKit_Beta.apk|0cd7a3ac0abe1ce504c1c1477bd895ab7e605052
system/system/app/OppoLogKit_Beta/oat/arm64/OppoLogKit_Beta.odex|2f85f0b0147e65fa9c0398d7339486a804528be6
system/system/app/OppoLogKit_Beta/oat/arm64/OppoLogKit_Beta.vdex|7da62cbf9301f3faf8d1fc556396b989c1f38d87
system/system/app/OppoMultiApp/OppoMultiApp.apk|67f09a84339538522c20921846edf30a4579c560
system/system/app/OppoMultiApp/oat/arm64/OppoMultiApp.odex|ff43f273ca6076f3235e170d991185435c12c11b
system/system/app/OppoMultiApp/oat/arm64/OppoMultiApp.vdex|8ad81917af3bfc4885d204c53226ab97c8535d0f
system/system/app/OppoMusic/OppoMusic.apk|304d47b48b5f98c4ee12309b03d94af92d89513e
system/system/app/OppoMusic/oat/arm/OppoMusic.odex|1eea81660b603d8f140a22dddf7df6cd9972480c
system/system/app/OppoMusic/oat/arm/OppoMusic.vdex|2c2097fbb687bced1f46b280c8c765ed8d2b1ab4
system/system/app/OppoOperationManualExp/OppoOperationManualExp.apk|7871c28f417490ee249c21a4638003e88926323e
system/system/app/OppoOperationManualExp/oat/arm64/OppoOperationManualExp.odex|f93d0d40d312a4072f4363927a242b533e0626b2
system/system/app/OppoOperationManualExp/oat/arm64/OppoOperationManualExp.vdex|ba085bbbeb65065fdf8897ead55ae2de15238afc
system/system/app/OppoPartnerBookmarksProvider/OppoPartnerBookmarksProvider.apk|8e649a6f80d4647bbf92f864bac3bc2efcf4b097
system/system/app/OppoPartnerBookmarksProvider/oat/arm64/OppoPartnerBookmarksProvider.odex|2ccefcf71bc6f97fe147f17d018ec9d4d1e9c14a
system/system/app/OppoPartnerBookmarksProvider/oat/arm64/OppoPartnerBookmarksProvider.vdex|afd94f47d52873d0ffbb5beb7ebba19594b830fc
system/system/app/OppoPhoneActivation/OppoPhoneActivation.apk|2bed54fcdb56215d884f07407c5230b6f8650317
system/system/app/OppoPhoneActivation/oat/arm/OppoPhoneActivation.odex|2fd94fbaedb08126c2468d558bb700f7ba94263e
system/system/app/OppoPhoneActivation/oat/arm/OppoPhoneActivation.vdex|f6fab5629ad19f173762b2877d34d8ea583f9220
system/system/app/OppoPostmanService/OppoPostmanService.apk|8a117eac9376178d9c9a594a96889dccaf5167c3
system/system/app/OppoPowerMonitor/OppoPowerMonitor.apk|800f7ab8a3aa92a7db877102fd7ed4f383f8890a
system/system/app/OppoPowerMonitor/oat/arm64/OppoPowerMonitor.odex|063db34188dce092dcce246a1cf9d7375ae2c4c1
system/system/app/OppoPowerMonitor/oat/arm64/OppoPowerMonitor.vdex|b3bd75a9192bdb715a8c9f9830361c4ded08661f
system/system/app/OppoQualityProtect/OppoQualityProtect.apk|5ab8ad71daea1b47c3257b5189e1e65f913427e1
system/system/app/OppoQualityProtect/oat/arm64/OppoQualityProtect.odex|599d9ce48fb68ed0cd35df30c378b9dbe3f86fca
system/system/app/OppoQualityProtect/oat/arm64/OppoQualityProtect.vdex|42d2da3e0161b7caab7d4d06e1b7893766099fa3
system/system/app/OppoSecurityKeyboard/OppoSecurityKeyboard.apk|f4cdabd4c37aaf5d7d77362b6624de38e5e21496
system/system/app/OppoSecurityKeyboard/oat/arm64/OppoSecurityKeyboard.odex|61465d1c9348d1286e90b052be8d556f926b8ea7
system/system/app/OppoSecurityKeyboard/oat/arm64/OppoSecurityKeyboard.vdex|69392f66ac0c75fbd6766daf3b199ebb5e4946c0
system/system/app/OppoSmallWeatherWidget/OppoSmallWeatherWidget.apk|b0c5251991f6a044a5277ca84806aeafb9d3d071
system/system/app/OppoSmallWeatherWidget/oat/arm64/OppoSmallWeatherWidget.odex|d3487e812119e3cdf0e01fd3d078af01adb9d6f2
system/system/app/OppoSmallWeatherWidget/oat/arm64/OppoSmallWeatherWidget.vdex|abf0ecf11b31870e0e0a31f5413f3e8ed67cf745
system/system/app/OppoTZUpdate/OppoTZUpdate.apk|00936e1c8d88bbe16c607f8a060c8326f5a9e96e
system/system/app/OppoTZUpdate/oat/arm64/OppoTZUpdate.odex|a00659c68ba2af043ebad1e6a504595c1c028a10
system/system/app/OppoTZUpdate/oat/arm64/OppoTZUpdate.vdex|77510c1fdee400e1b62adec53fe04f3c3bc8d6a7
system/system/app/OppoTranslationService/OppoTranslationService.apk|4fbb30f508067c2b64c8e478f3649e9097465747
system/system/app/OppoTranslationService/oat/arm64/OppoTranslationService.odex|a7bb2b4db9502ad32b4e8af7f51b482958108496
system/system/app/OppoTranslationService/oat/arm64/OppoTranslationService.vdex|e2003447964e47834c1647c9d90ad133eec9dec1
system/system/app/OppoWeather2/OppoWeather2.apk|7c4ccdab55089a406d9c536cdae9c1c0035429a8
system/system/app/OppoWeather2/oat/arm/OppoWeather2.odex|796a75f9fa5a271351ec5ef9e7f377942eda0b4b
system/system/app/OppoWeather2/oat/arm/OppoWeather2.vdex|d0749f060cb5ba53e1bf3f4ff556414cafdb437d
system/system/app/OppoWeatherService/OppoWeatherService.apk|dfb779e397e5b8494b3d9cfd4d772184f2b7e78b
system/system/app/OppoWeatherService/oat/arm/OppoWeatherService.odex|18f2b60f45f3d1418b71e3a5ba2879e960207a07
system/system/app/OppoWeatherService/oat/arm/OppoWeatherService.vdex|2440e486c0a6565a7935610c2cca752c390eec2e
system/system/app/OsuLogin/OsuLogin.apk|2d2349b2a033bd7653fccae0163439145ad7c74f
system/system/app/OsuLogin/oat/arm64/OsuLogin.odex|f539e41ff64a61458f894963f06666a980d26603
system/system/app/OsuLogin/oat/arm64/OsuLogin.vdex|80f6c1f56f91f5c7930ac2dea1551af23fa80785
system/system/app/PacProcessor/PacProcessor.apk|9896c34ce1b240e8d75dc1f419b02c96b6e18f78
system/system/app/PacProcessor/lib/arm64/libjni_pacprocessor.so|41728330519c63f8ae3c9444078f1b365d824022
system/system/app/PacProcessor/oat/arm64/PacProcessor.odex|2c129973c08b30a8290214fc06559452d4bb5819
system/system/app/PacProcessor/oat/arm64/PacProcessor.vdex|11766809390014f0bbf320f6021803d521199e3f
system/system/app/PhoneManager/PhoneManager.apk|ac578a726e9e8c9b226e43ef91ee7550e9a809c2
system/system/app/PhoneManager/oat/arm64/PhoneManager.odex|ada57caf9195f014ce17c1cbaadec6f9373e82f8
system/system/app/PhoneManager/oat/arm64/PhoneManager.vdex|064c0951c4ce2e018aae28660de6150c98913fc6
system/system/app/PhoneNOAreaInquireProvider/PhoneNOAreaInquireProvider.apk|5c037cd36d723f6f16ad1c15ccb7fc6d334d4580
system/system/app/PhoneNOAreaInquireProvider/oat/arm64/PhoneNOAreaInquireProvider.odex|308204d057abe0519a11875092abbacd4b6a2f77
system/system/app/PhoneNOAreaInquireProvider/oat/arm64/PhoneNOAreaInquireProvider.vdex|89bb955b6ccc2d0520faa13073180b13c216bcc1
system/system/app/Pictorial/Pictorial.apk|ae81c2709bf13aa080911a745de78393c57b9564
system/system/app/Pictorial/oat/arm/Pictorial.odex|26062d46e6780465b51e6d66d9ce84e40b10c999
system/system/app/Pictorial/oat/arm/Pictorial.vdex|756a3be3e79de209e82f11e099975fb03337f5f5
system/system/app/PlatformCaptivePortalLogin/PlatformCaptivePortalLogin.apk|1e4f7ba3553c69f4fa7d957f453e05220b89bc43
system/system/app/PlatformCaptivePortalLogin/oat/arm64/PlatformCaptivePortalLogin.odex|39d6ba9f9cf86781ceae86907062b4a2d7c3f09d
system/system/app/PlatformCaptivePortalLogin/oat/arm64/PlatformCaptivePortalLogin.vdex|2fd17911fd6f85371d7d40b6279185b6ee3b78af
system/system/app/PrintSpooler/PrintSpooler.apk|5101985777e0a11496b88e2fc9653f6a1911fa6c
system/system/app/PrintSpooler/lib/arm64/libprintspooler_jni.so|97cdf833fabd941f67847fa8efabef7a0b893a91
system/system/app/PrintSpooler/oat/arm64/PrintSpooler.odex|d2284220e4b8e83317c5abe309a1130a89a7634a
system/system/app/PrintSpooler/oat/arm64/PrintSpooler.vdex|f03e9078cffaef6e6385b3f8bf10a1c388496d39
system/system/app/ResourceMonitor/ResourceMonitor.apk|73a3b99366ce4457eb31c4dfabe5b8734dc999df
system/system/app/ResourceMonitor/oat/arm/ResourceMonitor.odex|9b147484207bccb767dd071a21f264437b8e70cd
system/system/app/ResourceMonitor/oat/arm/ResourceMonitor.vdex|a1a5ccdc1ce7ac5462db37f9d3a5310b2bb0e8a7
system/system/app/ResourceMonitor/oat/arm64/ResourceMonitor.odex|e4b3c676a73c0999ff7c3d59a59bdf09aa872e15
system/system/app/ResourceMonitor/oat/arm64/ResourceMonitor.vdex|a1a5ccdc1ce7ac5462db37f9d3a5310b2bb0e8a7
system/system/app/RfToolkit/RfToolkit.apk|047dbcd89693c44f791199af1287228712568133
system/system/app/RomUpdate/RomUpdate.apk|3837638c9efd9c8a589f543ed7ddc66500a98eba
system/system/app/SAUHelper/SAUHelper.apk|c566ce85727c8ebe869f37041055a6f70b77c0c0
system/system/app/SAUHelper/oat/arm64/SAUHelper.odex|3cc6d22e8f7d607555fe60411e6a299d5c50feca
system/system/app/SAUHelper/oat/arm64/SAUHelper.vdex|fb4e1613e4387343d9d8fd55ed239598f0350607
system/system/app/SafeCenter/SafeCenter.apk|8856c3fccab2571d0cc0db0aefdb14f41e448872
system/system/app/SafeCenter/oat/arm64/SafeCenter.odex|961fcc86e09901c4d4a75cc1e252c075ed337c78
system/system/app/SafeCenter/oat/arm64/SafeCenter.vdex|4ee11d5bc0e190530278201e8e13bf5f7ea54100
system/system/app/SecureElement/SecureElement.apk|07558929cebb47392b4584427951595777537a81
system/system/app/SecureElement/oat/arm64/SecureElement.odex|78b77b0e614e784787cf2b9e2de579262b51aac0
system/system/app/SecureElement/oat/arm64/SecureElement.vdex|cbe11d8c8e7bde718c73a1888827890fdd9195bd
system/system/app/SecurePay/SecurePay.apk|64d46491d1cc8bcbae9c9eb63d765bc28d77e1fa
system/system/app/SecurePay/oat/arm64/SecurePay.odex|d3b82e8bbef1bbfa5d572d2a35a46c12d99d8617
system/system/app/SecurePay/oat/arm64/SecurePay.vdex|955c0bcbbf7a85584f8fcf8f4379366e83c79395
system/system/app/SecurityAnalysis/SecurityAnalysis.apk|53992f97e32718a6301b18c472672736ebe78c35
system/system/app/SecurityAnalysis/oat/arm64/SecurityAnalysis.odex|493edc302ab299c43ab4599b766109bec23354d1
system/system/app/SecurityAnalysis/oat/arm64/SecurityAnalysis.vdex|e232869b2cb1119f827c30a89d86c8c9b6911ae3
system/system/app/SecurityPermission/SecurityPermission.apk|a98928ca15c8f4d007f84934c3665cb14b268ad9
system/system/app/SecurityPermission/oat/arm64/SecurityPermission.odex|516d6301433357ec9a900466377796f8c30756c6
system/system/app/SecurityPermission/oat/arm64/SecurityPermission.vdex|800d9756e91064006c581127233b1e7bbb723047
system/system/app/Shelper/Shelper.apk|d6698a812dd63398889bc04ef244ed318d7d2459
system/system/app/Shelper/oat/arm64/Shelper.odex|ae1f16365e72e4c1756f4768d846049d15d82a8e
system/system/app/Shelper/oat/arm64/Shelper.vdex|804f3d8b57fd3525e343eb73bee8f5209a9fe393
system/system/app/SimAppDialog/SimAppDialog.apk|cd4dfe1f70e14d07c4f56e6c61236f739d8db767
system/system/app/SimAppDialog/oat/arm64/SimAppDialog.odex|c9b738856a13df99d56ac52d267a0267616a0d3c
system/system/app/SimAppDialog/oat/arm64/SimAppDialog.vdex|2eaf6e6282ea92655e95061e7b5ced2f17c26a64
system/system/app/SmartVolumeService/SmartVolumeService.apk|7b44e716cb44b367c43876554ea2778b98827cf7
system/system/app/SmartVolumeService/oat/arm64/SmartVolumeService.odex|956f3a68029fd38edf200ad491044d61d817dfde
system/system/app/SmartVolumeService/oat/arm64/SmartVolumeService.vdex|8eefebdf95d1d950f94b05d54bff77347c5c4f5b
system/system/app/SoterService/SoterService.apk|db241c6f3ed7b579d3f0012b4f043c4781a6cbd6
system/system/app/SoterService/oat/arm64/SoterService.odex|a1e31155690a7a7c199c092c624d7b04d76864a1
system/system/app/SoterService/oat/arm64/SoterService.vdex|85a5db0282137b1dbc2890f985a5375230dc7a97
system/system/app/Stk1/Stk1.apk|395b17c061a240d82ffd1392d2984bd41f6b74fe
system/system/app/Stk1/oat/arm64/Stk1.odex|c973709b53f594a13b210d1ee3a6b94d1a77e42a
system/system/app/Stk1/oat/arm64/Stk1.vdex|a7ba2a980ff598bca8d54a1bd7e7d8279520e12d
system/system/app/SystemAppUpdateService/SystemAppUpdateService.apk|29484bd2b89a6efa203b878bcdc06644efa45ac4
system/system/app/SystemAppUpdateService/oat/arm64/SystemAppUpdateService.odex|1f18ae87106d965a00edd39092bf2f96514ae6bc
system/system/app/SystemAppUpdateService/oat/arm64/SystemAppUpdateService.vdex|836c6a8c7e14ecc8acfef8ce5a1675a73757251e
system/system/app/UXDesign/UXDesign.apk|fb5463226bba885a4cc5e07b33ea92d7b32d9a93
system/system/app/UXDesign/oat/arm64/UXDesign.odex|c4885bcc85a14a4893a45faca19f176870c8eb61
system/system/app/UXDesign/oat/arm64/UXDesign.vdex|add095b4650f3b2358d0e2c7bb9505b7c8cdad69
system/system/app/WallpaperBackup/WallpaperBackup.apk|6cc07f69f81e857af4aab6eb603fea2a26e4c9fc
system/system/app/WallpaperBackup/oat/arm64/WallpaperBackup.odex|65d012f7811c8f88391d6048e3881d9418c02b2b
system/system/app/WallpaperBackup/oat/arm64/WallpaperBackup.vdex|0869b8b946a0bac846268f1e755c834b973777e3
system/system/app/WallpaperChooser/WallpaperChooser.apk|a71fb20bc1cdab8a71401282dbada15c5f3d51be
system/system/app/WallpaperChooser/oat/arm64/WallpaperChooser.odex|ac2c332649c910df39ea4fa4008b75c920193555
system/system/app/WallpaperChooser/oat/arm64/WallpaperChooser.vdex|e09cf5148e293e508a8858442ceeb019c3542077
system/system/app/Wallpapers/Wallpapers.apk|c100b7a9efd9a3cc5b5b69dc35be4f2e263ba12b
system/system/app/Wallpapers/oat/arm64/Wallpapers.odex|733d4c19dc9b48b56a4e971252efce8e6ebb4c74
system/system/app/Wallpapers/oat/arm64/Wallpapers.vdex|f08cdf43fc2c70bd743382d069fb00a54d1731c5
system/system/app/WifiBackupAndRestore/WifiBackupAndRestore.apk|1bb3a0df0f318105b7122b2dd8c1ebb497ba8acf
system/system/app/WifiBackupAndRestore/oat/arm64/WifiBackupAndRestore.odex|9d20f598760e13dde4df30dcf99d306318c2e9ba
system/system/app/WifiBackupAndRestore/oat/arm64/WifiBackupAndRestore.vdex|69892bbf203cee6f6191e2eb338a9f10b3579b64
system/system/app/YGPS/YGPS.apk|45e68a082785e68066f53fea76dc399707af8393
system/system/app/YGPS/oat/arm64/YGPS.odex|e056a626f138c31a9e93a10c42c55b01d3bbd1be
system/system/app/YGPS/oat/arm64/YGPS.vdex|b19d64940f1279fd306fac7e9e84dc979d64fde5
system/system/app/com.facebook.appmanager-18601/com.facebook.appmanager-18601.apk|2202d709a4b3b328eda17d749b90aa3e449fce78
system/system/app/com.facebook.appmanager-18601/lib/arm/libbsdiff-jni.so|73b73fea21c20c9096ad4678753e855881f8df10
system/system/app/com.facebook.appmanager-18601/lib/arm/libmemalign16.so|a7fb3eb1ef397daba068f96b3939c3467d733d3c
system/system/app/com.facebook.appmanager-18601/lib/arm/libzstd-jni.so|82f00677b40f1f982f4f6b04b514ed0b19142e7f
system/system/app/com.facebook.appmanager-18601/lib/arm64/libbsdiff-jni.so|fa4dc0a749fe80860003f2bef0c4538c8cb4dca0
system/system/app/com.facebook.appmanager-18601/lib/arm64/libmemalign16.so|3c5bf3b0ce6d6b5c8a5244e5beeb8f8d3becc97b
system/system/app/com.facebook.appmanager-18601/lib/arm64/libzstd-jni.so|d63212099aa634661f98bafb69ac938a4efa2665
system/system/app/com.facebook.appmanager-18601/oat/arm64/com.facebook.appmanager-18601.odex|aa067711aa49850d86f07999e3fcdcbc3d03d925
system/system/app/com.facebook.appmanager-18601/oat/arm64/com.facebook.appmanager-18601.vdex|90281ca5f5845b17576ace3cecdea7253e365eef
system/system/bin/AudioSetParam|87f18ba1561dae0468f61370accd36e39e651f23
system/system/bin/CLGen|a71fb1a308f747c3a744233c83a4a4851578308d
system/system/bin/SecrecyAutoUnlocker|601023680dd41888d78d427315485fee4e080775
system/system/bin/abb|4b9bac71231e5770b3e9069d9eb6d6bf4995a7b4
system/system/bin/acpi|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/adbd|ed48f6c69208dc611c220e44e4396d6103ea92cc
system/system/bin/aee|6a16d751b67aea30cf56b9f3c1c6f86c72e3ac32
system/system/bin/aee|6a16d751b67aea30cf56b9f3c1c6f86c72e3ac32_aed
system/system/bin/aee|6a16d751b67aea30cf56b9f3c1c6f86c72e3ac32_aed64
system/system/bin/aee|6a16d751b67aea30cf56b9f3c1c6f86c72e3ac32_archive
system/system/bin/aee|6a16d751b67aea30cf56b9f3c1c6f86c72e3ac32_core_forwarder
system/system/bin/aee|6a16d751b67aea30cf56b9f3c1c6f86c72e3ac32_dumpstate
system/system/bin/am|44a8d1178897fd5c7af668e95ec3dcec00cc7824
system/system/bin/apexd|5490aa3f27977144e4def31a9fbe794ba4cad6af
system/system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb1
system/system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb132
system/system/bin/app_process|854072f037dd437831efd41dbf313cedd08e4fb164
system/system/bin/applypatch|d069be34ac7662e96efe016e68c494cb4c8b0465
system/system/bin/appops|4c5a039e069d95a9015e658f75046a3f4969c94e
system/system/bin/appwidget|e0f581df6924e7dcabad182488ddedef9af7b37a
system/system/bin/art_apex_boot_integrity|e8d082f33e18d2e78b8f2f6d1c42d993f4c95eae
system/system/bin/ashmemd|5d7187d9c0037a290c1d08edfd87bce6167658d9
system/system/bin/asserttip|b0a23333e237d06df720609dcfa0d9e5c4d746aa
system/system/bin/atlasservice|3b741f1a0d87d6db35a1cab52dd00d764db004e4
system/system/bin/atrace|6e788e05c6c621b2d0d0b523c7155b442d15903e
system/system/bin/audioserver|5622fdcfbcf964b3f11a39a6c7561a9eb6d2ffeb
system/system/bin/auditctl|4e62f11e3e10f0e3930a8be71e8e89dfdcc9eb3f
system/system/bin/autochmod.sh|db4bda3436e21f84bd0874d1160b667d82646285
system/system/bin/awk|d13da8650cefef53fe7606e624b79b5aa9cd6925
system/system/bin/badblocks|31b500b8390e0f00f492a5ac314b3a6710c20ff3
system/system/bin/base64|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/basename|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/bc|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/bc|74c91904029313128f5931b36a36fd7fd805fa6bc
system/system/bin/blank_screen|e24c08e3b15aa5cd5b46a62408658629ce8f4c68
system/system/bin/blkid|0eeccd769d686a57573b3f30e590bf08ce80fa2c
system/system/bin/blockdev|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/bmgr|8c3b57a501060a0816c6064f332a7f7e30f840cc
system/system/bin/boot_logo_updater|3069a7f4059bec0f441da311f8a3d30f99a58df0
system/system/bin/bootanimation|2db69d4b1bfa000da0bf3b51f500f67c1ccb3dcb
system/system/bin/bootstat|51c2da725b510afc5c8f5f4e09f1d82219773992
system/system/bin/bootstrap/linker|b96bc5af486473b1c4dd5949231a74e49bd60d7f
system/system/bin/bootstrap/linker|b96bc5af486473b1c4dd5949231a74e49bd60d7f64
system/system/bin/bootstrap/linker|b96bc5af486473b1c4dd5949231a74e49bd60d7f_asan
system/system/bin/bootstrap/linker|b96bc5af486473b1c4dd5949231a74e49bd60d7f_asan64
system/system/bin/bpfloader|1f385356c4a1f3086c84e83ef84b8fbc144e535c
system/system/bin/br_app_data_service|fe907c0ad0b59a4b27bc5ffa0abcbd46c0591797
system/system/bin/bspCriticalLog|d2c1acb79c8166e6ae5703de3cf1fefd7a763c1f
system/system/bin/bspFwUpdate|85740f5b6ed4b87a6f292a29410d3411ffccaa29
system/system/bin/bspatch|308a0d506d72e82d1af44a34e3986fc51e1a8d86
system/system/bin/bu|90948a99f01825029bc3cfaa4eabf21417f4661b
system/system/bin/bu|90948a99f01825029bc3cfaa4eabf21417f4661bgreport
system/system/bin/bu|90948a99f01825029bc3cfaa4eabf21417f4661bgreportz
system/system/bin/bu|90948a99f01825029bc3cfaa4eabf21417f4661bnzip2
system/system/bin/bzcat|18966dcea477ed087e87037c4255cd180be7d19e
system/system/bin/bzip2|983e5f27dba2c20fb40a3fd88f583fe224dce70a
system/system/bin/cachebench_eng|5337ff4fa88e23a598e21a84ce3a5643011188d8
system/system/bin/cal|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cameraserver|402ba20de8f61cfcf7aaee8fd10778cf6d373a56
system/system/bin/cat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/charger|2c688c94cfa7ca2e369613282c2d99125eded5bc
system/system/bin/chcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/checkfutexwait|691ef3019ef76da67a7f102b969fc61c24973b72
system/system/bin/chgrp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chown|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chroot|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/chrt|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cksum|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/clatd|1b4cf5f1fd1b9a4d9dbbea00f26d5f12b5d00ce4
system/system/bin/clear|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cmd|1c16110bdc59ff5bccc3f0058df9586d7760618e
system/system/bin/cmp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/comm|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/comm|74c91904029313128f5931b36a36fd7fd805fa6bon_dcs
system/system/bin/connsyslogger|b1a1c91da1fa8a0f5f5644a3f2cc1c210f637f13
system/system/bin/content|081a23b7298214e3e84b0f36792f64511cb84900
system/system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/cp|74c91904029313128f5931b36a36fd7fd805fa6bio
system/system/bin/crash_dump32|f4fde5c2f0db71b8ca98f515509f13f59769f96a
system/system/bin/crash_dump64|6858889f9fac864bbd2988ee50bb96f54d556f11
system/system/bin/criticallog|9a09a6a9fa07521b364a838d7cd61faa368d6a81
system/system/bin/cut|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dalvikvm|7245850e82ac4a2e1d8171b25086d40a0eee7e98
system/system/bin/dalvikvm|7245850e82ac4a2e1d8171b25086d40a0eee7e9832
system/system/bin/dalvikvm|7245850e82ac4a2e1d8171b25086d40a0eee7e9864
system/system/bin/datafree|588bfb2f79c386fe0519c5c9e576869febc49568
system/system/bin/date|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dd|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/debuggerd|5898641fcce25b4b2186554e66fb0bd72f641e50
system/system/bin/defrag.f2fs|ea41c226a9a20ef09c485799e9922a330254698b
system/system/bin/device_config|55ce6908c4b1f7a98a920007afa38cc85fe73968
system/system/bin/devmem|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dex2oat|eae08989fd77e7b25bc3712f9e05dbca1d6adac5
system/system/bin/dexdiag|083cad3a9031e7f162b7f2d7336f67f240bb4f47
system/system/bin/dexdump|6ff3864dd9e8bc2b0b92df55b2d1fdb3114f9c45
system/system/bin/dexlist|7613ec0d85ccb80d7cebf7a928536fbf8dd376d1
system/system/bin/dexoptanalyzer|20380ce2697e10a8c2f292d0fcbd08f0ff3979a7
system/system/bin/df|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/diff|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dirname|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dmctl|c38b6151f971dd4151dd544c5de168602adbfbc9
system/system/bin/dmesg|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dnsmasq|5dfe319298bac214771b8d9069e78186ed915e7a
system/system/bin/do_replace_splash_logo.sh|8be862853936c9faaabf3f774fa35f37677603ae
system/system/bin/dos2unix|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/dpm|0bffa2bc2277021b6579b32f65edccfd2f2b6ffb
system/system/bin/drmserver|0d8f58589dea3d57bfa654b7552b636758cbc01c
system/system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6bmpstate
system/system/bin/du|74c91904029313128f5931b36a36fd7fd805fa6bmpsys
system/system/bin/e2fsck|a746cfc68dc9c1d50e366677c5edd8ce49d6b5be
system/system/bin/e2fsdroid|9dc9da7a1699820913ae8ac1683f6a013c305121
system/system/bin/echo|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/egrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/system/bin/emdlogger1|252db2ec7370c1634fc865f75c279a03d6d0da46
system/system/bin/emdlogger2|90956d809f020d0d1fa7950c77d07c5897434940
system/system/bin/emdlogger3|cc32af08a25009d7729a2a43c589f9bbc94bc68a
system/system/bin/emdlogger5|93130c57ffcad64128aba032752c022a120c1fee
system/system/bin/engineer_system_shell.sh|1791ff02e0f5e6fb489848e9f8d887a1291b2e58
system/system/bin/env|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/expand|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/expr|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fallocate|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/false|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fgrep|6f99ebe40786111b7cceba8dccba662029d1e094
system/system/bin/file|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/find|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/flags_health_check|af7ed916514b19c48a5459eb3de5b8e3af317961
system/system/bin/flock|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fmt|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/free|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/fsck.f2fs|5da4e7797140ec99a5104332df7d73475ff2def1
system/system/bin/fsck_exfat|7217a554d7d7698ba1bf089628fcf6989977928f
system/system/bin/fsck_msdos|e15551d42251f53db8c6230b804ec9b74654da1f
system/system/bin/fsverity_init|83929fab568780daed810a3fc1fcef29a65033ca
system/system/bin/fsync|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/gatekeeperd|c9cef26c2f7d408705410c1316ecf06120a0b9fc
system/system/bin/getconf|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/getenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/getevent|d75ba923fa82f217016731a834a50db93935d10d
system/system/bin/getprop|d75ba923fa82f217016731a834a50db93935d10d
system/system/bin/gpuservice|9fcf435495a9175feed128e5c57aeda489254f78
system/system/bin/grep|a5568099a0f21627700426f073bc3bed95fabc22
system/system/bin/groups|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/gsi_tool|29758b18438db1b2df543a6ff87886b6c37a52d4
system/system/bin/gsid|d12bfa82c3487746b6390a531e7dd887e8b9f8b8
system/system/bin/gunzip|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/gzip|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/hans|ed99b97754f97318999a40f554be0b67e20b24ca
system/system/bin/head|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/heapprofd|e59eb5cc5d9aabe29262748db61c7cf4ddeb569f
system/system/bin/hid|d3c5423a49ad29bf6f81a5fdef09ddbd47991913
system/system/bin/hostname|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/hw/android.hidl.allocator@1.0-service|0f12a7d1c63930f71adf357a808e8bb70580505e
system/system/bin/hw/android.system.suspend@1.0-service|3c5e436cf563151a01f2edee22d951899a844e5e
system/system/bin/hwclock|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/hwservicemanager|c71bcfc64eeb41bab7709ddac9c1b3ff05edf9e7
system/system/bin/hypnusd|5326990c713dc98ca1f92a319b4f5f4bb31219e8
system/system/bin/i2cdetect|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/i2cdump|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/i2cget|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/i2cset|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/iconv|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6bmap
system/system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6bmap2
system/system/bin/id|74c91904029313128f5931b36a36fd7fd805fa6bmap2d
system/system/bin/ifconfig|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/ime|d2bc5490ccf9119b944a0973951ffb7cb2483e94
system/system/bin/incident|d3abda24afd7fe7fda69edad9bae247d4483b1c7
system/system/bin/incident|d3abda24afd7fe7fda69edad9bae247d4483b1c7_helper
system/system/bin/incident|d3abda24afd7fe7fda69edad9bae247d4483b1c7d
system/system/bin/init|0130085834f9437f2959343fd93c6d695466433a
system/system/bin/inotifyd|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/input|0562d4617fd89aad1baf671c9fcdba4d02309a7c
system/system/bin/insmod|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/install|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/install|74c91904029313128f5931b36a36fd7fd805fa6bd
system/system/bin/ionice|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/iorapd|4c382a307241e98eecfca7a2a48ff31298a8d0e2
system/system/bin/iorenice|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/iotop|bfcba4447333dde6709d748d8beabe796daf3e14
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd2
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd2-wrapper-1.0
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd26tables
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd26tables-restore
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd26tables-save
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd26tables-wrapper-1.0
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd2tables
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd2tables-restore
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd2tables-save
system/system/bin/ip|a18646a0a2a9a270ae9717c48250422f826dbcd2tables-wrapper-1.0
system/system/bin/junklogcollector|56104186b4778dc9eaac88fcde4784c91246d745
system/system/bin/keystore|ad8d7ec517de60d6bfcafa7c424eecdff7193ab8
system/system/bin/keystore|ad8d7ec517de60d6bfcafa7c424eecdff7193ab8_cli_v2
system/system/bin/kill|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/kill|74c91904029313128f5931b36a36fd7fd805fa6ball
system/system/bin/kpoc_charger|d4e4cf366f0f58e1f1ad611ba8f79c517b8f9013
system/system/bin/lbs_dbg|bf07400da9738b4d3241ab60c3a924592730dee0
system/system/bin/lcdc_screen_cap|15b817bcc2a7aca24f7b8a6b6da4ba8818a22666
system/system/bin/ld.mc|518f46f5f50b878ac7ea29313538f49aab2225a1
system/system/bin/librank|604f0f563b2066515d4cf5c14710e0c18ec26267
system/system/bin/linker|1f9dc6f186a4ef7fc5112e58aa27a9ee65a30d46
system/system/bin/linker|1f9dc6f186a4ef7fc5112e58aa27a9ee65a30d4664
system/system/bin/linker|1f9dc6f186a4ef7fc5112e58aa27a9ee65a30d46_asan
system/system/bin/linker|1f9dc6f186a4ef7fc5112e58aa27a9ee65a30d46_asan64
system/system/bin/lmkd|f325945c101400546a8e730ca0fd304f142fd226
system/system/bin/ln|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/load_policy|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/locksettings|b5aa72a89962d15eddc3e9bee863a39cb600d747
system/system/bin/log|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/log|74c91904029313128f5931b36a36fd7fd805fa6bcat
system/system/bin/log|74c91904029313128f5931b36a36fd7fd805fa6bd
system/system/bin/log|74c91904029313128f5931b36a36fd7fd805fa6bhidlsysservice
system/system/bin/log|74c91904029313128f5931b36a36fd7fd805fa6bname
system/system/bin/log|74c91904029313128f5931b36a36fd7fd805fa6bwrapper
system/system/bin/losetup|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/lpdump|3addc8c1e5883b3a6186c116ff0d9be2cc109dfc
system/system/bin/lpdump|3addc8c1e5883b3a6186c116ff0d9be2cc109dfcd
system/system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6bhal
system/system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6bmod
system/system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6bof
system/system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6bpci
system/system/bin/ls|74c91904029313128f5931b36a36fd7fd805fa6busb
system/system/bin/make_f2fs|15f68bcdb7facac3ca3ed2400401c63890ed98c6
system/system/bin/md5sum|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mdlogger|7641b2adb8c311f1adf922574a4f0e8d6fa8368e
system/system/bin/mdnsd|97c664e6d30a246a9c37f4a369298be8f77727cd
system/system/bin/media|bb6f371b6c2c7ab9ce54bd78288deb7af5ac0dc6
system/system/bin/media|bb6f371b6c2c7ab9ce54bd78288deb7af5ac0dc6drmserver
system/system/bin/media|bb6f371b6c2c7ab9ce54bd78288deb7af5ac0dc6extractor
system/system/bin/media|bb6f371b6c2c7ab9ce54bd78288deb7af5ac0dc6metrics
system/system/bin/media|bb6f371b6c2c7ab9ce54bd78288deb7af5ac0dc6server
system/system/bin/memtester_eng|6d490e33b78cc1920e156e1445a61fd1118b7eac
system/system/bin/met-cmd|50b8e5b3535d0975039d01c180eba42b6416023d
system/system/bin/met_log_d|6cc14bac528620c3c410c76d0802fd78547999b0
system/system/bin/microcom|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/migrate_legacy_obb_data.sh|60418a0988692f09904e4bbc12209374160f0b59
system/system/bin/mini-keyctl|feff0ca05577eeaf0b22d543b78eab6cb1dbbe25
system/system/bin/mkdir|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mke2fs|fec71326b2bc626c576a5ec38efd6fd6465fc453
system/system/bin/mkexfat|1c51276ea44886b04f9a833ff8ddacfb9154c3e9
system/system/bin/mkfifo|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mkfs.ext2|269cf9cba2484a462885fcf96a32ea4935a205ec
system/system/bin/mkfs.ext3|269cf9cba2484a462885fcf96a32ea4935a205ec
system/system/bin/mkfs.ext4|269cf9cba2484a462885fcf96a32ea4935a205ec
system/system/bin/mknod|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mkntfs|9879d3a6bfdb2ced05a3dc005920676500077f59
system/system/bin/mkswap|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mktemp|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mobile_log_d|06315b84a4954006478b41b53c6308e50cb5055a
system/system/bin/modemdbfilter_client|85637c9c02fbf691b2591e764b35e5358131b7cd
system/system/bin/modinfo|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/modprobe|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/monkey|3b1cc87b25670e0d0f488239c48b87e60236daed
system/system/bin/more|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/motorcontrol|eabab7af383b1033ad0b07b0947cf29bcb9e05d0
system/system/bin/mount|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/mount|74c91904029313128f5931b36a36fd7fd805fa6bpoint
system/system/bin/move_widevine_data.sh|2dab3e4e861d5cddd293e78bfb1223b0adbd7fa6
system/system/bin/mtpd|a1d9c58b44ead8c2681f895d4e67a6fd1f80608f
system/system/bin/mv|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/nc|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/ndc|e26a7f2db6a58a5d6a7a18705948d1746c29eb93
system/system/bin/ndc|e26a7f2db6a58a5d6a7a18705948d1746c29eb93-wrapper-1.0
system/system/bin/neo|143f37aa96af0f270aa18dd879f206b566650cf6
system/system/bin/netcat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/netd|f2d12340dad4840fe747df2422399c10e14735fe
system/system/bin/netd|f2d12340dad4840fe747df2422399c10e14735feiag
system/system/bin/netstat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/netutils-wrapper-1.0|e8d5decd588e110d908a54508b175e814b50fa2b
system/system/bin/newfs_msdos|dfc73e69d6a3dc5305aafaae4edb17cc950cf268
system/system/bin/nice|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/nl|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/nohup|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/notify_traceur.sh|36ca0f9c1ef03be46c20b988193793e31d75692f
system/system/bin/nproc|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/nsenter|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/ntfs-3g|88c772e6b11c9c15554a6e00edd8cf7cfd05196a
system/system/bin/ntfsfix|a7cab4fadb54bd20c4a30a9098bac03e5d87461e
system/system/bin/oae_server|01490cd68d104c434edc076d06ce78ac6bb759fa
system/system/bin/oatdump|366e0b005caa2b013ea31a2a676e15e7cd8f6704
system/system/bin/od|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/oem-iptables-init.sh|11fdb80fedb1cdc7f6616a9945f8a30f6d98381f
system/system/bin/oiface|76e7f4032e43a6ed1faba6e022f74daf25821aba
system/system/bin/oppo_kevent|927d3247fe3f3a1e2737e60991b7606a86433b14
system/system/bin/paste|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/patch|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/perfetto|96d0d506e3ce652f65ee10fbd235b90257eec010
system/system/bin/pgrep|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/phoenix_log_manager|2cc4215c14bf05e58ec36a7e3bbc069f9ee8a107
system/system/bin/phoenix_log_native_helper.sh|f7ea19a4b0cb779db78a968a077266c474008fca
system/system/bin/pidof|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/ping|3535c03ff7af63cfc543bb1fad7bef23204189c4
system/system/bin/ping|3535c03ff7af63cfc543bb1fad7bef23204189c46
system/system/bin/pkill|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/pm|7e29930621bbbd2c9129bce3d147eb640898619e
system/system/bin/pm|7e29930621bbbd2c9129bce3d147eb640898619eap
system/system/bin/pppd|bd7af2d45dcf4c10364272d465c73788f17f4829
system/system/bin/printenv|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/printf|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/procrank|1dd1547a049f4e5bb7f5510b6252cfca6a4eec52
system/system/bin/profman|b4fdf2c1b6a26f2e60bbd867150ac8d6eb3d30cf
system/system/bin/ps|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/pwd|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/racoon|059a8ae4d26e56815e6c2c29270063dba1362a84
system/system/bin/readlink|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/realpath|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/reboot|7cec2389198806baf2dfc24144d8d639a6286a2f
system/system/bin/recovery-persist|79e8fcbfa0f320e76a996e35ddcfa5a2ca04836b
system/system/bin/remount|797b4ba97ef5d0ddd0056c99f93e114d08796060
system/system/bin/renice|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/requestsync|b7b3d6a9991ebbcf5d16bc1eb6b67c1178eb8c68
system/system/bin/resize.f2fs|ea41c226a9a20ef09c485799e9922a330254698b
system/system/bin/resize2fs|decbd34b9fee0ec4df1382fbf93a29183e9d6d59
system/system/bin/restorecon|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/rm|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/rm|74c91904029313128f5931b36a36fd7fd805fa6bdir
system/system/bin/rm|74c91904029313128f5931b36a36fd7fd805fa6bmod
system/system/bin/rss_hwm_reset|8e504d7ce3f759ec8416cd5671638a6bf6c9d384
system/system/bin/rtt|032bfd46094035742be42b1dca7022416a4826e2
system/system/bin/run-as|dd2e9a19d2bc2e67f97436486cca33283f4b3cd2
system/system/bin/runcon|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/rutilsdaemon|badfeaefa3429060f4c54c5d27a288751686154a
system/system/bin/schedtest|42d81a6ec97eaef1823e1443fcadfe82f142c9a6
system/system/bin/screencap|9fbb3d1ae6a06b31e035ede71f68cff05d1e5a4d
system/system/bin/screenrecord|4ec524917ea6cfd7d0d50d8e9040d42cd6246e3d
system/system/bin/sdcard|17f2e630944760d9db821826c89737d4d583ba90
system/system/bin/secdiscard|4561568f19fb28171bb4e399884b0e2f184b6ad7
system/system/bin/secilc|768b231df3de298b997a78c11db84a31484b2f46
system/system/bin/sed|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/self-init-system|24c6fcae66488dc32f20a073b22d7160f9d73f38
system/system/bin/sendevent|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/sensorservice|e583700d1372a3fe320732a92dd218a08848c25c
system/system/bin/seq|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/service|80442b773946e867fbb693404b2ef58fa13da8e1
system/system/bin/service|80442b773946e867fbb693404b2ef58fa13da8e1manager
system/system/bin/setenforce|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/setprop|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/setsid|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/settings|541cf71aa21376658c16484b7de32f8042b5770b
system/system/bin/sgdisk|df5147fcc975380299208aedcfa8cc9aa3d22317
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861a1sum
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861a224sum
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861a256sum
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861a384sum
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861a512sum
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861owmap
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861utdown_log_back
system/system/bin/sh|1d6956ecf15f4d6cd5c04097a2000a3054f21861utdown_log_native_helper.sh
system/system/bin/simpleperf|51aa1cc823a703b598e277b081baac75184adddd
system/system/bin/simpleperf|51aa1cc823a703b598e277b081baac75184adddd_app_runner
system/system/bin/sleep|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/sload_f2fs|93048483f5c64cee73cb227b7b38601ac18a9657
system/system/bin/sm|e1654b76825c6b726e32ce3006b60405f080a022
system/system/bin/sort|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/split|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/ss|47e51691a13de16ddb56072501df727746b20e53
system/system/bin/ss|47e51691a13de16ddb56072501df727746b20e53pm_log_writer
system/system/bin/start|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/stat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/stat|74c91904029313128f5931b36a36fd7fd805fa6bsd
system/system/bin/stop|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/storaged|9d668b55b5f50cbcd2b64cbfe1fb8038dba53643
system/system/bin/stressapptest_eng|9f09f5495b52b07426e4c4dc1bf9e026234b0482
system/system/bin/strings|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/stty|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/surfaceflinger|f2c9f142e97d703f64ea34fa9f164d9c226fadea
system/system/bin/svc|41428ccc73d051b47b0cdbd086639029d8d81d62
system/system/bin/swapoff|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/swapon|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/sync|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/sysctl|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/tac|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/tail|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/tar|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/taskset|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/tc|e9f2f65ca93d5e2c0dfe48821f65b74445f2f4b0
system/system/bin/tc|e9f2f65ca93d5e2c0dfe48821f65b74445f2f4b0-wrapper-1.0
system/system/bin/tc|e9f2f65ca93d5e2c0dfe48821f65b74445f2f4b0pdump
system/system/bin/tee|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/telecom|22db0d3042a7530b88c71e7e8fd72a79a205a3de
system/system/bin/terservice|12db4120ffbb9ba7823db78c2e6351e1c84682fc
system/system/bin/thermald|ca4a19cd80adc4d7a0e725cd0afd7e4eff0130d3
system/system/bin/time|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/time|74c91904029313128f5931b36a36fd7fd805fa6bout
system/system/bin/tombstoned|0d52b00933de329a1488c0680a1182f610063f5f
system/system/bin/toolbox|2c59854afedc9b332909e89ead9ec4d0683e0bd8
system/system/bin/top|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/touch|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/toybox|12f0dbfdf4516670ddf75286413c3914f966116c
system/system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6baced
system/system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6baced_probes
system/system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6bigger_perfetto
system/system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6bue
system/system/bin/tr|74c91904029313128f5931b36a36fd7fd805fa6buncate
system/system/bin/tty|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/tune2fs|9b6100d18beb6f4dc3d03ed8ca9ab5f8774c623f
system/system/bin/tzdatacheck|148e634ced2079b26d9fd8d0650500d0bbb511a9
system/system/bin/ueventd|fd62812fbd9ec4c7f99aa4f6253fead2388eb238
system/system/bin/uiautomator|896965465af9eb44ae98fc21e78acefc8e3ab2ab
system/system/bin/ulimit|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/umount|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/uname|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/uncrypt|b718a83a71066af035aad6ba5c62594bb6fb9f00
system/system/bin/uniq|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/unix2dos|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/unlink|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/unshare|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/unzip|c9d9dac94d2da7672ea1adbce6484a714c528d0a
system/system/bin/uptime|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/usbd|e4d9fd696c110ca96a19dd78b441519311d71dbf
system/system/bin/usleep|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/uudecode|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/uuencode|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/uuidgen|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/vdc|be62c4d952fd47e739b880799396d56ba406a89e
system/system/bin/viewcompiler|e72cdf78142e6b96a2920bd65753f8f25a52bc79
system/system/bin/vintf|161b5d0ec4c3036dd8890d0b76f0288cd94de6de
system/system/bin/vmstat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/vold|2b53ce4f636ea1348cf9d23cf5785f3e1f5315bf
system/system/bin/vold|2b53ce4f636ea1348cf9d23cf5785f3e1f5315bf_prepare_subdirs
system/system/bin/vr|b0775fc38fe1e20a70503c62f72b3cefff12825c
system/system/bin/vtservice|287b76b160221c971671642eaa736bc207f4bd11
system/system/bin/wait_for_keymaster|ca336e677cf233f8a348d0a832f1e665b3d6a1a9
system/system/bin/watch|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/watch|74c91904029313128f5931b36a36fd7fd805fa6bdogd
system/system/bin/wc|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/which|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/whoami|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/wificond|1c38744646affefe1cda3d0299775e487c34fe9c
system/system/bin/wm|4094fd9026cc88918ce7bfc6e34def04704405e1
system/system/bin/wm|4094fd9026cc88918ce7bfc6e34def04704405e1t_check_patch
system/system/bin/xargs|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/xxd|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/yes|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/bin/zcat|74c91904029313128f5931b36a36fd7fd805fa6b
system/system/build.prop|4ee29bd450ce17a954b66dfbadfab028ffe385df
system/system/etc/NOTICE.xml.gz|2e9d7cdca8a30b59bd2d5f370f9d0cea21aba70e
system/system/etc/a2dp_audio_policy_configuration.xml|0175e5dc38c0b95f2e44a62069e3a5656b6eb97c
system/system/etc/aee-config|565f8fec72c7fdded671e58470a345d214f83654
system/system/etc/ams_aal_config.xml|d1f1faea85e1be5c58bfacd320cb1fc14b49ce4f
system/system/etc/apns-conf.xml|cb86c694cc6364159a9bd3429725933e4c12227b
system/system/etc/apns-version.xml|0477538e4a621122792d11653da43c4cd4f560fd
system/system/etc/audio_effects.conf|8fdacec4b5f375080382e4bacd04e81d6fcbe1c6
system/system/etc/audio_policy_configuration.xml|36097e5920b4b6fe1a93899d94b12f5f3fb27a13
system/system/etc/audio_policy_configuration_bluetooth_legacy_hal.xml|78f9f0bc6520c05668f009267aa516d4286db05a
system/system/etc/audio_policy_configuration_stub.xml|8fe974b4f53aceb9e90c91eadd7efb2f7f8dba1b
system/system/etc/audio_policy_volumes.xml|9779f9272b65321b0b542aed1a6fffe6f297a34d
system/system/etc/blacklist/systemapp_-18602_-EG_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-ID_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-IN_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-KH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-MY_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-PH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-TH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18602_-TW_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-EG_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-ID_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-IN_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-KH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-MY_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-PH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-TH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-18633_-TW_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-EG_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-ID_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-IN_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-KH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-MY_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-PH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-TH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19631_-TW_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-EG_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-ID_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-IN_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-KH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-MY_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-PH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-TH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19653_-TW_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-EG_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-ID_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-IN_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-KH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-MY_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-PH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-TH_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_-19692_-TW_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_common_-EG_common.txt|292b9afbea1b7060575a8d32920cf131576af854
system/system/etc/blacklist/systemapp_common_-ID_common.txt|d48b528604b9f3cd78e0da2b09a6801150d42b52
system/system/etc/blacklist/systemapp_common_-IN_common.txt|d48b528604b9f3cd78e0da2b09a6801150d42b52
system/system/etc/blacklist/systemapp_common_-JP_common.txt|654592008651604fdb40bd866af82f3056dfaf7b
system/system/etc/blacklist/systemapp_common_-KH_common.txt|0e3261f510d28846f7ab71ec146cf2a57f8090a0
system/system/etc/blacklist/systemapp_common_-MY_common.txt|d4c34f158b9e0298b260fe4c849ae53ff3894257
system/system/etc/blacklist/systemapp_common_-PH_common.txt|d4c34f158b9e0298b260fe4c849ae53ff3894257
system/system/etc/blacklist/systemapp_common_-SG_common.txt|654592008651604fdb40bd866af82f3056dfaf7b
system/system/etc/blacklist/systemapp_common_-TH_common.txt|d48b528604b9f3cd78e0da2b09a6801150d42b52
system/system/etc/blacklist/systemapp_common_-TW_common.txt|3e1d5670d4751dadd7773894479bf2442894984e
system/system/etc/blacklist/systemapp_common_-VN_common.txt|4dab3124aa91f1ee980240505b22431ad9ba405d
system/system/etc/blacklist/systemapp_common_EUEX_common.txt|ed771cd174c7c18d5a9de2c6c188726288b51359
system/system/etc/blacklist/systemapp_common_IN_common.txt|5fae88c9fd5e13be72a677b6f9b0e9ca1b515320
system/system/etc/blacklist/systemapp_common_JP_common.txt|5fae88c9fd5e13be72a677b6f9b0e9ca1b515320
system/system/etc/blacklist/systemapp_common_KZ_common.txt|ecf3108c5eb4ff0cea5fcf1dbbcf278dbed9bdf5
system/system/etc/blacklist/systemapp_common_RU_common.txt|ecf3108c5eb4ff0cea5fcf1dbbcf278dbed9bdf5
system/system/etc/blacklist/systemapp_common_common_-ALTICE.txt|f775b6ab397155e05be25ddae34447c68c00a5c0
system/system/etc/blacklist/systemapp_common_common_-ATT.txt|f775b6ab397155e05be25ddae34447c68c00a5c0
system/system/etc/blacklist/systemapp_common_common_-CPW.txt|aaa6b9fcde9d58b60fb7018e3edeabadcf4c33b8
system/system/etc/blacklist/systemapp_common_common_-EE.txt|f775b6ab397155e05be25ddae34447c68c00a5c0
system/system/etc/blacklist/systemapp_common_common_-MOVISTAR.txt|f775b6ab397155e05be25ddae34447c68c00a5c0
system/system/etc/blacklist/systemapp_common_common_-ORANGE.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_-TELCEL.txt|aaa6b9fcde9d58b60fb7018e3edeabadcf4c33b8
system/system/etc/blacklist/systemapp_common_common_-TELSTRA_POSTPAID.txt|712bbe01df5f1c95fd9b61d8850621d59552cfcc
system/system/etc/blacklist/systemapp_common_common_-VODAFONE.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_-VODAFONE_EEA.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_-VODAFONE_EUEX.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_-VODAFONE_NONEEA.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_-VODAFONE_POSTPAID.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_-VODAFONE_PREPAID.txt|a6d6f8b7a7e025d1ff4ac6fac4cefd1bdac2f8b8
system/system/etc/blacklist/systemapp_common_common_TELSTRA.txt|b4bf10219cba1389325e78db531f37ef5219527e
system/system/etc/blacklist/systemapp_common_common_TELSTRA_POSTPAID.txt|b4bf10219cba1389325e78db531f37ef5219527e
system/system/etc/blacklist/systemapp_common_common_TELSTRA_PREPAID.txt|b4bf10219cba1389325e78db531f37ef5219527e
system/system/etc/blacklist/systemapp_common_common_VODAFONE_EUEX.txt|b2ae5521dfad3dc6ff4a9e2f45cae27e68f026e6
system/system/etc/blacklist/systemapp_common_common_common.txt|c7c315d6e341838071ded382f876b76c4388d206
system/system/etc/bluetooth/bt_did.conf|04d2ececa3b53eb7e67e27b727105faeafe8a48f
system/system/etc/bluetooth/bt_mtk_iot_list.conf|868e5fcfcc852245c9d368defda1fff759bffd27
system/system/etc/bluetooth/bt_stack.conf|92ca58ccd9dbffc7fd5ebc3731a1f6726a5940bd
system/system/etc/bluetooth/mtk_bt_fw.conf|5f27029fbae243aa6f161fee8c5e8fd0d8302f21
system/system/etc/bluetooth/mtk_bt_stack.conf|8da15d946d2a053a3fa877b729d3ae178aa3f89d
system/system/etc/bluetooth/oppo_interop_database.conf|0c4231b031f4dd64af0782661178e86902271b32
system/system/etc/bluetooth_audio_policy_configuration.xml|c1aef9f730422a5441dbc1d48166f9f9733c1fac
system/system/etc/boot-image.prof|ae84eea73c21562fefec102626e662a846623a98
system/system/etc/bpf/clatd.o|750e5095e5b46e78dd84316a6a542009625cf0b6
system/system/etc/bpf/netd.o|bef5c10d3e896c0cc0f46ff9ba051e4aab08e393
system/system/etc/cgroups.json|ce1c06df1b971238bab34effedeaa6148ec9cbc6