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

  /external/e2fsprogs/debugfs/
debugfs.h 33 extern char *time_to_string(__u32);
debugfs.c 764 time_to_string(inode->i_ctime));
767 time_to_string(inode->i_atime));
770 time_to_string(inode->i_mtime));
773 time_to_string(large_inode->i_crtime));
776 time_to_string(inode->i_ctime));
778 time_to_string(inode->i_atime));
780 time_to_string(inode->i_mtime));
784 time_to_string(inode->i_dtime));
    [all...]
lsdel.c 200 time_to_string(delarray[i].dtime));
util.c 191 char *time_to_string(__u32 cl) function
  /external/linux-tools-perf/util/
svghelper.c 153 static char *time_to_string(u64 duration) function
185 text = time_to_string(end-start);

Completed in 102 milliseconds