Lines Matching refs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
54 // the attributes to copy
126 // copy directory from source to target
139 // no attributes to copy
150 // access to target directory required to copy named attributes
170 // unable to set owner/group
194 attrs.lastAccessTime().to(TimeUnit.MICROSECONDS),
195 attrs.lastModifiedTime().to(TimeUnit.MICROSECONDS));
198 attrs.lastAccessTime().to(TimeUnit.MICROSECONDS),
199 attrs.lastModifiedTime().to(TimeUnit.MICROSECONDS));
202 // unable to set times
218 // copy regular file from source to target
246 // set to true when file and attributes copied
249 // transfer bytes to target file
274 attrs.lastAccessTime().to(TimeUnit.MICROSECONDS),
275 attrs.lastModifiedTime().to(TimeUnit.MICROSECONDS));
278 attrs.lastAccessTime().to(TimeUnit.MICROSECONDS),
279 attrs.lastModifiedTime().to(TimeUnit.MICROSECONDS));
302 // copy symbolic link from source to target
322 // ignore since link attributes not required to be copied
330 // copy special file from source to target
356 attrs.lastAccessTime().to(TimeUnit.MICROSECONDS),
357 attrs.lastModifiedTime().to(TimeUnit.MICROSECONDS));
371 // move file from source to target
426 return; // nothing to do as files are identical
432 // attempt to delete target
461 // copy source to target
484 // file was copied but unable to unlink the source file so attempt
485 // to remove the target and throw a reasonable exception
504 // copy file from source to target
545 // 3. try to unlink the target
548 return; // nothing to do as files are identical
608 // Android-removed: Code to load native libraries, doesn't make sense on Android.