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

  /bionic/libc/include/
ar.h 57 char ar_date[12]; /* modification time */ member in struct:ar_hdr
  /development/ndk/platforms/android-L/include/
ar.h 57 char ar_date[12]; /* modification time */ member in struct:ar_hdr
  /external/elfutils/0.153/src/
arlib.c 68 char tmpbuf[sizeof (ar_hdr.ar_date) + 1];
69 memcpy (ar_hdr.ar_date, tmpbuf,
71 (int) sizeof (ar_hdr.ar_date),
98 memcpy (ar_hdr.ar_date, " ", sizeof (ar_hdr.ar_date));
177 /* See comment for ar_date above. */
ar.c 569 localtime (&arhdr->ar_date));
694 tv[0].tv_sec = arhdr->ar_date;
696 tv[1].tv_sec = arhdr->ar_date;
1170 newp->sec = arhdr->ar_date;
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 31 ar_date(0),
45 ar_date = 0;
77 ar_date = strtoul(str.c_str(), &err, 10);
163 if (m_objects[match->value].ar_date == object_date)
168 if (m_objects[next_match->value].ar_date == object_date)
554 object_mod_time.OffsetWithSeconds(object->ar_date);
ObjectContainerBSDArchive.h 111 uint32_t ar_date; // modification time member in struct:ObjectContainerBSDArchive::Object
  /external/elfutils/0.153/libelf/
libelf.h 156 time_t ar_date; /* File date. */ member in struct:__anon827
elf_begin.c 902 INT_FIELD (ar_date);
    [all...]

Completed in 4165 milliseconds