Searched defs:creation_time (Results 1 - 5 of 5) sorted by relevance

/external/avahi/avahi-core/
H A Dquerier.c44 struct timeval creation_time; member in struct:AvahiQuerier
114 *ret_ctime = q->creation_time;
127 gettimeofday(&q->creation_time, NULL);
143 *ret_ctime = q->creation_time;
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc68 FILETIME creation_time, exit_time, kernel_time, user_time; local
69 if (GetProcessTimes(process_handle_, &creation_time, &exit_time,
71 start_time_ = creation_time;
/external/libchrome/base/files/
H A Dfile_unittest.cc344 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
345 base::Time creation_time = info.creation_time; local
383 EXPECT_EQ(info.creation_time.ToInternalValue(),
384 creation_time.ToInternalValue());
H A Dfile.h155 Time creation_time; member in struct:base::File::Info
/external/dbus/dbus/
H A Ddbus-keyring.c96 long creation_time; /**< when the key was generated, member in struct:__anon3459
359 keys[n_keys-1].creation_time = timestamp;
541 keys[n_keys-1].creation_time = timestamp;
583 keys[i].creation_time))
926 i, tv_sec - key->creation_time);
928 if ((tv_sec - NEW_KEY_TIMEOUT_SECONDS) < key->creation_time)
1118 if (ring1->keys[i].creation_time != ring2->keys[i].creation_time)
1121 ring1->keys[i].creation_time, ring2->keys[i].creation_time);
[all...]

Completed in 318 milliseconds