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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
93 def copystat(src, dst): function
131 copystat(src, dst)
200 copystat(src, dst)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 25 __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2",
93 def copystat(src, dst): function
131 copystat(src, dst)
200 copystat(src, dst)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 365 shutil.copystat(file1, file2)
368 self.assertRaises(OSError, shutil.copystat, file1, file2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 365 shutil.copystat(file1, file2)
368 self.assertRaises(OSError, shutil.copystat, file1, file2)
  /external/icu/icu4c/source/i18n/
decNumber.c 1464 uInt copystat=0; \/* clean status *\/ local
    [all...]

Completed in 4602 milliseconds