Home
last modified time | relevance | path

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

/system/memory/mmd/src/
Dzram.rs86 fn write_recomp_algorithm(contents: &str) -> io::Result<()>; in write_recomp_algorithm() method
143 fn write_recomp_algorithm(contents: &str) -> io::Result<()> { in write_recomp_algorithm() method
Dmain.rs329 SysfsZramApiImpl::write_recomp_algorithm(&recomp_algo_config) in setup_zram_recompression()