Searched refs:kListingFormat (Results 1 – 1 of 1) sorted by relevance
249 static const char* kListingFormat = "%llu %s %s %s\n"; in _ReadLineListing() local259 if (sscanf(string, kListingFormat, &bytes, &date, &time, &path) == 4) { in _ReadLineListing()