Home
last modified time | relevance | path

Searched refs:modification_timestamp (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/doc/examples/
Davio_list_dir.c93 entry->modification_timestamp, in list_op()
/third_party/ffmpeg/libavformat/
Davio.h92 int64_t modification_timestamp; /**< Time of last modification in microseconds since unix member
Durl.c331 entry->modification_timestamp = -1; in ff_alloc_dir_entry()
Dlibsmbclient.c269 entry->modification_timestamp = INT64_C(1000000) * st.st_mtime; in libsmbc_read_dir()
Dfile.c331 (*next)->modification_timestamp = INT64_C(1000000) * st.st_mtime; in file_read_dir()
Dlibssh.c362 entry->modification_timestamp = INT64_C(1000000) * attr->mtime; in libssh_read_dir()
Dftp.c987 next->modification_timestamp = ftp_parse_date(value); in ftp_parse_entry_mlsd()