Home
last modified time | relevance | path

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

/aosp_15_r20/system/memory/mmd/src/zram/
Dsetup.rs155 let zram_device_path_cstring = std::ffi::CString::new(ZRAM_DEVICE_PATH) in activate_zram() localVariable
157 S::swapon(&zram_device_path_cstring).map_err(ZramActivationError::SwapOn)?; in activate_zram()