Searched refs:copystat (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | shutil.py | 93 def copystat(src, dst): function 131 copystat(src, dst) 200 copystat(src, dst)
|
/external/python/cpython2/Doc/library/ |
D | shutil.rst | 68 .. 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/ |
D | test_shutil.py | 367 shutil.copystat(file1, file2) 370 self.assertRaises(OSError, shutil.copystat, file1, file2)
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 1466 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local 1470 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1472 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1541 (and also: copyfile, copymode, copystat, copy2)
|
D | NEWS | 6591 - Issue #7512: shutil.copystat() could raise an OSError when the filesystem
|