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.cpp702 std::string profile_boot_class_path_flag = propBuf; in startVm() local
705 if (profile_boot_class_path_flag.empty()) { in startVm()
706 profile_boot_class_path_flag = server_configurable_flags::GetServerConfigurableFlag( in startVm()
711 const bool profile_boot_class_path = (profile_boot_class_path_flag == "true"); in startVm()