Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drun_dex2oat.cpp99 const std::string dex2oat_flags = GetProperty("dalvik.vm.dex2oat-flags", ""); in Initialize() local
100 std::vector<std::string> dex2oat_flags_args = SplitBySpaces(dex2oat_flags); in Initialize()
101 ALOGV("dalvik.vm.dex2oat-flags=%s\n", dex2oat_flags.c_str()); in Initialize()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto75 optional string dex2oat_flags = 5; field