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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ttydefaults.h 73 #define CTIME 0
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 53 ENUM_CASE(CTIME);
syncable.h 76 CTIME,
    [all...]
syncable.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 23 using syncable::CTIME;
271 if (!ClientAndServerTimeMatch(local_entry.Get(CTIME), server_entry.ctime())) {
272 LOG(WARNING) << "ctime mismatch";
348 "ctime: %" PRId64"d (client: %" PRId64"d), "
355 entry.ctime(), ServerTimeToClientTime(entry.ctime()),
build_and_process_conflict_sets_command.cc 125 entry.Put(syncable::CTIME, backup->ref(syncable::CTIME));
build_commit_command.cc 166 meta_entry.Get(syncable::CTIME)));
syncer_util.cc 30 using syncable::CTIME;
415 ServerTimeToClientTime(update.ctime()));
485 entry->Get(CTIME), ClientTimeToServerTime(entry->Get(SERVER_CTIME)))) {
571 entry->Put(CTIME, entry->Get(SERVER_CTIME));
    [all...]

Completed in 397 milliseconds