Searched refs:copystat (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem_shutil.py | 136 def copystat(self, src, dst): member in FakeShutilModule 163 self.copystat(src, dst)
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem_shutil.py | 136 def copystat(self, src, dst): member in FakeShutilModule 163 self.copystat(src, dst)
|
D | fake_filesystem_shutil_test.py | 85 self.shutil.copystat(src_file, dst_file)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | android_profiling_helper_unittest.py | 96 shutil.copystat(self.filename_a, self.filename_b)
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 1464 uInt copystat=0; /* clean status */ in uprv_decNumberLog10() local 1468 decCopyFit(w, rhs, &aset, &residue, ©stat); /* copy & shorten */ in uprv_decNumberLog10() 1470 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) { in uprv_decNumberLog10()
|