Home
last modified time | relevance | path

Searched refs:REPORT_RETENTION_SECS (Results 1 – 2 of 2) sorted by relevance

/system/extras/profcollectd/libprofcollectd/
Dservice.rs32 PROFILE_OUTPUT_DIR, REPORT_OUTPUT_DIR, REPORT_RETENTION_SECS, TRACE_OUTPUT_DIR,
177 if report_age > Duration::from_secs(REPORT_RETENTION_SECS) { in new()
Dconfig.rs32 pub const REPORT_RETENTION_SECS: u64 = 14 * 24 * 60 * 60; // 14 days. constant