diff options
author | Yi Kong <yikong@google.com> | 2016-08-26 16:39:04 +0100 |
---|---|---|
committer | Yi Kong <yikong@google.com> | 2016-08-28 13:34:00 +0100 |
commit | 40afa6bcd4652a16fe461a59f205dd0d65652118 (patch) | |
tree | e5e50ae71b342718933fe1ae6bb05a9cbda33a90 /annotations/generate_annotated_java_files.py | |
parent | 80c10512331c190311221a571ab100d5405c345b (diff) |
Fix getxattr API
getxattr API was a mirror of its C API:
int getxattr(String path, String name, byte[] outValue)
This is cumbersome to use. This patch changes it to a more sensible API
of:
byte[] getxattr(String path, String name)
Bug: 30992227
Test: libcore.io.OsTest
Change-Id: I358a09fe3c82c7d4fd9ee1844f1537de308465a3
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions