Home
last modified time | relevance | path

Searched refs:copyAttributes (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DCopyMoveHelper.java45 boolean copyAttributes = false; field in CopyMoveHelper.CopyOptions
62 result.copyAttributes = true; in parse()
131 if (opts.copyAttributes) { in copyToForeignTarget()