Home
last modified time | relevance | path

Searched refs:copystat (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_shutil.py136 def copystat(self, src, dst): member in FakeShutilModule
163 self.copystat(src, dst)
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_shutil.py136 def copystat(self, src, dst): member in FakeShutilModule
163 self.copystat(src, dst)
Dfake_filesystem_shutil_test.py85 self.shutil.copystat(src_file, dst_file)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper_unittest.py96 shutil.copystat(self.filename_a, self.filename_b)
/external/icu/icu4c/source/i18n/
DdecNumber.c1464 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local
1468 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */ in uprv_decNumberLog10()
1470 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()