Home | History | Annotate | Download | only in gio

Lines Matching full:st_atim

958   g_file_info_set_attribute_uint32 (info, G_FILE_ATTRIBUTE_TIME_ACCESS_USEC, statbuf->st_atim.tv_nsec / 1000);
2005 times[0].tv_usec = statbuf.st_atim.tv_nsec / 1000;