Home
last modified time | relevance | path

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

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dscheduler.rs64 if check_space_limit(*TRACE_OUTPUT_DIR, &config).unwrap() { in schedule_periodic()
90 if check_space_limit(*TRACE_OUTPUT_DIR, config)? { in one_shot()
117 fn check_space_limit(path: &Path, config: &Config) -> Result<bool> { in check_space_limit() function