Home
last modified time | relevance | path

Searched defs:AddRuntimeArg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/
H A Dexecv_helper.cpp59 void ExecVHelper::AddRuntimeArg(const std::string& arg) { in AddRuntimeArg() function in android::installd::ExecVHelper
H A Drun_dex2oat.cpp336 void RunDex2Oat::AddRuntimeArg(const std::string& arg) { in AddRuntimeArg() function in android::installd::RunDex2Oat
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_image_test.cc80 void AddRuntimeArg(std::vector<std::string>& args, const std::string& arg) { in AddRuntimeArg() function in art::Dex2oatImageTest