Searched refs:copystat (Results 1 - 8 of 8) sorted by relevance
/third_party/littlefs/scripts/ |
H A D | prefix.py | 50 shutil.copystat(newname, newname+'~')
|
H A D | changeprefix.py | 73 shutil.copystat(from_path, to_path)
|
/third_party/python/Lib/ |
H A D | shutil.py | 51 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", 339 def copystat(src, dst, *, follow_symlinks=True): function 343 flags from `src` to `dst`. On Linux, copystat() also copies the "extended 351 sys.audit("shutil.copystat", src, dst) 426 Metadata is copied with copystat(). Please see the copystat function 437 copystat(src, dst, follow_symlinks=follow_symlinks) 484 copystat(srcobj, dstname, follow_symlinks=not symlinks) 509 copystat(src, dst)
|
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 683 # When copying to VFAT, copystat() raises OSError. On Windows, the 903 ### shutil.copystat 927 shutil.copystat(src_link, dst_link, follow_symlinks=True) 930 shutil.copystat(src_link, dst_link, follow_symlinks=False) 942 shutil.copystat(src_link, dst, follow_symlinks=False) 968 shutil.copystat(file1, file2) 971 self.assertRaises(OSError, shutil.copystat, file1, file2) 1024 # test that shutil.copystat copies xattrs 1036 shutil.copystat(src, dst) 1037 shutil.copystat(srcr [all...] |
H A D | test_embed.py | 1263 shutil.copystat(self.test_exe, exec_copy)
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 1468 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1474 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 1468 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1474 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 1468 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local 1472 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1474 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
|
Completed in 46 milliseconds