HomeSort by relevance Sort by last modified time
    Searched refs:copystat (Results 1 - 8 of 8) 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)
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 141 shutil.copystat(src_file, dst_file)
  /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/chromium_org/tools/gyp/test/lib/
TestGyp.py 212 shutil.copystat(source, destination)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 1462 uInt copystat=0; \/* clean status *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 1464 uInt copystat=0; \/* clean status *\/ local
    [all...]

Completed in 151 milliseconds