Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFile.java262 final synchronized void copyAttributes(File target) { in copyAttributes() method in File
DAttributeService.java172 public void copyAttributes(File file, File copy, AttributeCopyOption copyOption) { in copyAttributes() method in AttributeService
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3326 protected final void copyAttributes(final int nodeID, SerializationHandler handler) in copyAttributes() method in SAX2DTM2