Searched refs:copystat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/installer/
H A Dbuild-installer-archive.py141 shutil.copystat(src_file, dst_file)
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py177 shutil.copystat(source, destination)
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1447 uInt copystat=0; /* clean status */ local
1451 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1453 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {
/external/icu4c/i18n/
H A DdecNumber.c1462 uInt copystat=0; /* clean status */ local
1466 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1468 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {

Completed in 153 milliseconds