Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp255 static std::string MapPropertyToArg(const std::string& property, in MapPropertyToArg() function
273 return MapPropertyToArg(backupProperty, format, default_value); in MapPropertyToArgWithBackup()
358 std::string dex2oat_Xms_arg = MapPropertyToArg("dalvik.vm.dex2oat-Xms", "-Xms%s"); in RunDex2Oat()
359 std::string dex2oat_Xmx_arg = MapPropertyToArg("dalvik.vm.dex2oat-Xmx", "-Xmx%s"); in RunDex2Oat()
368 : MapPropertyToArg("dalvik.vm.dex2oat-threads", threads_format)) in RunDex2Oat()
369 : MapPropertyToArg("dalvik.vm.boot-dex2oat-threads", threads_format); in RunDex2Oat()
377 : MapPropertyToArg("dalvik.vm.dex2oat-cpu-set", cpu_set_format)) in RunDex2Oat()
378 : MapPropertyToArg("dalvik.vm.boot-dex2oat-cpu-set", cpu_set_format); in RunDex2Oat()
391 MapPropertyToArg(dex2oat_isa_features_key, "--instruction-set-features=%s"); in RunDex2Oat()
396 MapPropertyToArg(dex2oat_isa_variant_key, "--instruction-set-variant=%s"); in RunDex2Oat()
[all …]