Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh_test.cc650 config_.MutableSystemProperties()->emplace("dalvik.vm.isa.x86_64.features", "foo"); in TEST_F()
651 config_.MutableSystemProperties()->emplace("dalvik.vm.isa.x86_64.variant", "bar"); in TEST_F()
695 config_.MutableSystemProperties()->emplace("dalvik.vm.image-dex2oat-Xms", "10"); in TEST_F()
696 config_.MutableSystemProperties()->emplace("dalvik.vm.image-dex2oat-Xmx", "20"); in TEST_F()
697 config_.MutableSystemProperties()->emplace("dalvik.vm.dex2oat-Xms", "30"); in TEST_F()
698 config_.MutableSystemProperties()->emplace("dalvik.vm.dex2oat-Xmx", "40"); in TEST_F()
Dodr_config.h288 std::unordered_map<std::string, std::string>* MutableSystemProperties() { in MutableSystemProperties() function
Dodrefresh_main.cc278 GetSystemProperties(config.MutableSystemProperties()); in main()