For the purposes of retrieving a file's creation time (if available), I'd use debugfs. Unfortunately, debugfs is not part of most Android distributions. Are there any similar, more ubiquitous alternatives to debugfs that might be present on the typical Android device?
Asked
Active
Viewed 297 times
2
TiberiumFusion
- 121
- 4
-
Use a static binary or use `statx` if kernel version is 4.11+. – Irfan Latif Dec 26 '19 at 12:17