Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dshutil.py93 def copystat(src, dst): function
131 copystat(src, dst)
200 copystat(src, dst)
/external/python/cpython2/Doc/library/
Dshutil.rst68 .. function:: copystat(src, dst)
86 this is just :func:`shutil.copy` followed by :func:`copystat`. This is
104 are copied with :func:`copystat`, individual files are copied using
133 error. Copy permissions and times of directories using :func:`copystat`.
226 copystat(src, dst)
/external/python/cpython2/Lib/test/
Dtest_shutil.py367 shutil.copystat(file1, file2)
370 self.assertRaises(OSError, shutil.copystat, file1, file2)
/external/icu/icu4c/source/i18n/
DdecNumber.c1466 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local
1470 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */ in uprv_decNumberLog10()
1472 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
/external/python/cpython2/Misc/
Dcheatsheet1541 (and also: copyfile, copymode, copystat, copy2)
DNEWS6591 - Issue #7512: shutil.copystat() could raise an OSError when the filesystem