Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:date

65 /* suffix of the bugreport files - it's typically the date (when invoked with -d),
540 char network[PROPERTY_VALUE_MAX], date[80];
548 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&now));
551 printf("== dumpstate: %s\n", date);
1008 " -d: append date to filename (requires -o)\n"
1236 char date[80];
1237 strftime(date, sizeof(date), "%Y-%m-%d-%H-%M-%S", localtime(&now));
1238 suffix = date;