Home
last modified time | relevance | path

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

/system/memory/mmd/src/
Dzram.rs63 fn write_comp_algorithm(contents: &str) -> io::Result<()>; in write_comp_algorithm() method
151 fn write_comp_algorithm(contents: &str) -> io::Result<()> { in write_comp_algorithm() method
Dmain.rs399 match SysfsZramApiImpl::write_comp_algorithm(&comp_algorithm) { in setup_zram()