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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 66 time_t *ltime
72 ltime. Else, set the date and time of TIME file to ltime.
76 ltime - Date and time
98 time (ltime);
100 now = localtime (ltime);
123 // ltime has been set as current time and date, return
167 *ltime = mktime (&stime);
168 if (*ltime == (time_t) - 1) {
259 time_t ltime
439 time_t ltime; local
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 478 int64_t ltime = read_int64(fh, -1); local
479 if (ltime < 0) {
483 st->st_atime = (time_t)(ltime/1000/1000/1000);
484 ltime = read_int64(fh, -1);
485 if (ltime < 0) {
489 st->st_mtime = (time_t)(ltime/1000/1000/1000);
490 ltime = read_int64(fh, -1);
491 if (ltime < 0) {
495 st->st_ctime = (time_t)(ltime/1000/1000/1000);
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 225 unsigned long long ltime; local
230 ltime = rt_gettime() / NS_PER_US;
231 ltime -= now;
236 rec.y = ltime;
  /external/honggfuzz/libcommon/
util.c 178 struct tm ltime; local
179 localtime_r(&tm, &ltime);
180 if (strftime(buf, len, fmt, &ltime) < 1) {
  /external/python/cpython2/PC/bdist_wininst/
install.c 1703 time_t ltime; local
1825 time_t ltime; local
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 1747 time_t ltime; local
1869 time_t ltime; local
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 882 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime,
889 ltime, vtime,
926 struct sockaddr *dst, u_int prefd, u_int proto, u_int64_t ltime,
933 ltime, vtime,
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 2182 u_int64_t ltime, vtime; local
2304 u_int64_t ltime, vtime; local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 4868 struct tm *ltime; local
    [all...]

Completed in 347 milliseconds