8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+

Reviewed-by: alanb
This commit is contained in:
Brian Burkhalter 2022-12-15 22:47:29 +00:00
parent 3cdbd878e6
commit 5412439445
5 changed files with 153 additions and 36 deletions

View file

@ -153,7 +153,7 @@ class UnixConstants {
static final int PREFIX_CLONE_NOFOLLOW = CLONE_NOFOLLOW;
static final int PREFIX_CLONE_NOOWNERCOPY = CLONE_NOOWNERCOPY;
// flags used with setattrlist
// flags used with fsetattrlist
static final int PREFIX_ATTR_CMN_CRTIME = ATTR_CMN_CRTIME;
static final int PREFIX_ATTR_CMN_MODTIME = ATTR_CMN_MODTIME;
static final int PREFIX_ATTR_CMN_ACCTIME = ATTR_CMN_ACCTIME;