Searched refs:copymode (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Lib/lib2to3/ |
D | main.py | 103 shutil.copymode(backup, filename) 106 shutil.copymode(orig_filename, filename)
|
/external/python/cpython3/Lib/lib2to3/ |
D | main.py | 103 shutil.copymode(backup, filename) 106 shutil.copymode(orig_filename, filename)
|
/external/python/cpython2/Lib/test/ |
D | test_dict.py | 335 for copymode in -1, +1: 344 if copymode < 0: 346 if copymode > 0: 353 self.assertFalse(copymode < 0 and ta != tb)
|
D | mapping_tests.py | 521 for copymode in -1, +1: 530 if copymode < 0: 532 if copymode > 0: 539 self.assertTrue(not(copymode < 0 and ta != tb))
|
/external/python/cpython3/Lib/test/ |
D | mapping_tests.py | 502 for copymode in -1, +1: 511 if copymode < 0: 513 if copymode > 0: 520 self.assertTrue(not(copymode < 0 and ta != tb))
|
D | test_dict.py | 439 for copymode in -1, +1: 448 if copymode < 0: 450 if copymode > 0: 457 self.assertFalse(copymode < 0 and ta != tb)
|
D | test_shutil.py | 803 shutil.copymode(src, dst) 809 shutil.copymode(src_link, dst) 813 shutil.copymode(src, dst_link) 817 shutil.copymode(src_link, dst_link) 837 shutil.copymode(src_link, dst_link, follow_symlinks=False) 843 shutil.copymode(src_link, dst, follow_symlinks=False) 847 shutil.copymode(src, dst_link, follow_symlinks=False) 862 shutil.copymode(src_link, dst_link, follow_symlinks=False) # silent fail
|
/external/autotest/client/bin/ |
D | local_host.py | 154 shutil.copymode(source, dest)
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 79 shutil.copymode(orig_program, program)
|
/external/python/cpython2/Lib/ |
D | shutil.py | 100 def copymode(src, dst): function 134 copymode(src, dst)
|
/external/python/cpython3/Doc/library/ |
D | shutil.rst | 94 .. function:: copymode(src, dst, *, follow_symlinks=True) 100 :func:`copymode` will attempt to modify the mode of *dst* itself (rather 103 :func:`copymode` cannot modify symbolic links on the local platform, and it 106 .. audit-event:: shutil.copymode src,dst shutil.copymode 178 .. audit-event:: shutil.copymode src,dst shutil.copy
|
/external/python/parse_type/tasks/_vendor/ |
D | path.py | 1348 copymode = shutil.copymode variable in Path
|
/external/python/cpython3/Lib/ |
D | shutil.py | 289 def copymode(src, dst, *, follow_symlinks=True): function 419 copymode(src, dst, follow_symlinks=follow_symlinks)
|
/external/python/cpython3/Lib/venv/ |
D | __init__.py | 391 shutil.copymode(srcfile, dstfile)
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 107 shutil.copymode(src, dest)
|
/external/python/cpython2/Doc/library/ |
D | shutil.rst | 62 .. function:: copymode(src, dst)
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1541 (and also: copyfile, copymode, copystat, copy2)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 8890 (copyfile, copymode, copystat, copy, copy2). When that parameter is
|