Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dshutil.rst102 platform; please see :func:`copystat` for more information. If
111 .. function:: copystat(src, dst, *, follow_symlinks=True)
114 flags from *src* to *dst*. On Linux, :func:`copystat` also copies the
120 refer to symbolic links, :func:`copystat` will operate on
133 ``True``, :func:`copystat` can modify the permission
137 ``True``, :func:`copystat` can modify the last access
141 ``True``, :func:`copystat` can modify the flags of
147 :func:`copystat` will copy everything it can.
148 :func:`copystat` never returns failure.
153 .. audit-event:: shutil.copystat src,dst shutil.copystat
[all …]
/external/python/cpython2/Lib/
Dshutil.py107 def copystat(src, dst): function
145 copystat(src, dst)
214 copystat(src, dst)
/external/libchrome/mojo/public/tools/bindings/
Dmojom_types_downgrader.py60 shutil.copystat(path, tmp_mojo_file.name)
/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/setuptools/setuptools/
Darchive_util.py87 shutil.copystat(f, target)
/external/python/cpython3/Lib/
Dshutil.py338 def copystat(src, dst, *, follow_symlinks=True): function
436 copystat(src, dst, follow_symlinks=follow_symlinks)
483 copystat(srcobj, dstname, follow_symlinks=not symlinks)
507 copystat(src, dst)
/external/python/cpython3/Lib/test/
Dtest_shutil.py888 shutil.copystat(src_link, dst_link, follow_symlinks=True)
891 shutil.copystat(src_link, dst_link, follow_symlinks=False)
903 shutil.copystat(src_link, dst, follow_symlinks=False)
929 shutil.copystat(file1, file2)
932 self.assertRaises(OSError, shutil.copystat, file1, file2)
997 shutil.copystat(src, dst)
998 shutil.copystat(srcro, dstro)
Dtest_embed.py1146 shutil.copystat(self.test_exe, exec_copy)
/external/python/parse_type/tasks/_vendor/
Dpath.py1349 copystat = shutil.copystat variable in Path
/external/python/cpython2/Lib/test/
Dtest_shutil.py368 shutil.copystat(file1, file2)
371 self.assertRaises(OSError, shutil.copystat, file1, file2)
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py205 shutil.copystat(src_file, dst_file)
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst329 shutil.copystat() could raise an OSError when the filesystem didn't support
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst875 :func:`shutil.copystat` now ignores :const:`errno.EINVAL` on
1069 In `shutil.copystat()`, first copy extended file attributes and then file
/external/icu/icu4c/source/i18n/
DdecNumber.cpp1468 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local
1472 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */ in uprv_decNumberLog10()
1474 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1799 * :func:`~shutil.copy2` and :func:`~shutil.copystat` now preserve file
/external/python/cpython2/Misc/
Dcheatsheet1541 (and also: copyfile, copymode, copystat, copy2)
/external/python/cpython3/Misc/
DHISTORY6923 - Issue #15238: `shutil.copystat()` now copies Linux "extended attributes".
7670 - Issue #14127 and #10148: shutil.copystat now preserves exact mtime and atime
8890 (copyfile, copymode, copystat, copy, copy2). When that parameter is
13643 - Issue #7512: shutil.copystat() could raise an OSError when the filesystem