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

  /external/jhead/
jhead.h 75 time_t FileDateTime;
jhead.c 134 ts = *localtime(&ImageInfo.FileDateTime);
277 sprintf(Temp, "scan_date=%s", ctime(&ImageInfo.FileDateTime));
573 tm = *localtime(&ImageInfo.FileDateTime);
798 ImageInfo.FileDateTime = st.st_mtime;
    [all...]
main.c 95 ImageInfo.FileDateTime = st.st_mtime;
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 224 def FileDateTime(fileName):
638 dateTime = FileDateTime(segment.filename)

Completed in 563 milliseconds