HomeSort by relevance Sort by last modified time
    Searched full:fat_datetime (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
vvfat.c 523 static uint16_t fat_datetime(time_t time,int return_time) { function
744 direntry->ctime=fat_datetime(st.st_ctime,1);
745 direntry->cdate=fat_datetime(st.st_ctime,0);
746 direntry->adate=fat_datetime(st.st_atime,0);
748 direntry->mtime=fat_datetime(st.st_mtime,1);
749 direntry->mdate=fat_datetime(st.st_mtime,0);
    [all...]

Completed in 788 milliseconds