HomeSort by relevance Sort by last modified time
    Searched refs:copymode (Results 1 - 9 of 9) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 103 shutil.copymode(backup, filename)
106 shutil.copymode(orig_filename, filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 103 shutil.copymode(backup, filename)
106 shutil.copymode(orig_filename, filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 520 for copymode in -1, +1:
529 if copymode < 0:
531 if copymode > 0:
538 self.assertTrue(not(copymode < 0 and ta != tb))
test_dict.py 332 for copymode in -1, +1:
341 if copymode < 0:
343 if copymode > 0:
350 self.assertFalse(copymode < 0 and ta != tb)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 520 for copymode in -1, +1:
529 if copymode < 0:
531 if copymode > 0:
538 self.assertTrue(not(copymode < 0 and ta != tb))
test_dict.py 332 for copymode in -1, +1:
341 if copymode < 0:
343 if copymode > 0:
350 self.assertFalse(copymode < 0 and ta != tb)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
86 def copymode(src, dst): function
120 copymode(src, dst)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
86 def copymode(src, dst): function
120 copymode(src, dst)
  /external/chromium_org/tools/valgrind/
valgrind_test.py 329 shutil.copymode(saved_test_command, test_command)
    [all...]

Completed in 2082 milliseconds