History log of /libcore/luni/src/main/java/android/system/StructTimespec.java
Revision Date Author Comments
87231677f5fb2403ad39f5c778c76ad8d5592d99 18-Oct-2017 Tobias Thierer <tobiast@google.com> Libcore: Convert android.* to 4-space indent.

This makes the code consistent with framework as well as with
other packages in libcore.

Bug: 67901714
Test: Treehugger
Change-Id: I60f6dd432b19c834f8197b5b6b4ffd9ed0c653d8
d2538d4be6a1e0507cc7dc56e3c10e37fa0c6917 17-Jul-2017 Philip P. Moltmann <moltmann@google.com> Add equals and hashcode to StructTimespec

Test: cts-tradefed run cts-dev -m CtsContentTestCases --test=android.content.cts.SharedPreferencesTest
cts-tradefed run cts-dev -m CtsLibcoreTestCases --test=libcore.android.system.StructTimespecTest
Bug: 62949739
Change-Id: I503d0d9fb696051924c17b12b3a708954fb01bc2
108091b6787f37a23862c7c9bb965ccf932430ab 11-Jul-2017 Przemyslaw Szczepaniak <pszczepaniak@google.com> Added StructStat nanosecond precision fields.

Since Linux 2.6 the kernel supports nanosecond precision
(with timespec struct) for times of: last access, last
modification and last status change in stat struct.

Test: CtsLibcoreTestCases
Bug: 62949898
Change-Id: Ie3f13f621bc64dd20f01fdc0c10906f02f41909c