Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DAndroidRuntime.cpp718 std::string profile_boot_class_path_flag = propBuf; in startVm() local
721 if (profile_boot_class_path_flag.empty()) { in startVm()
722 profile_boot_class_path_flag = server_configurable_flags::GetServerConfigurableFlag( in startVm()
727 const bool profile_boot_class_path = (profile_boot_class_path_flag == "true"); in startVm()