Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp599 bool is_low_mem = property_get_bool("ro.config.low_ram", false); in ShouldUseSwapFileForDexopt() local
600 if (is_low_mem) { in ShouldUseSwapFileForDexopt()