Searched refs:StartDex2OatCommandLine (Results 1 – 6 of 6) sorted by relevance
184 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
161 bool success = StartDex2OatCommandLine(&argv, &error_msg); in TEST_F()
55 if (!CommonRuntimeTest::StartDex2OatCommandLine(&argv, error_msg)) { in Dex2Oat()
115 bool StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv,
394 bool CommonRuntimeTestImpl::StartDex2OatCommandLine(/*out*/std::vector<std::string>* argv, in StartDex2OatCommandLine() function in art::CommonRuntimeTestImpl
112 bool success = StartDex2OatCommandLine(&argv, &error_msg, /*use_runtime_bcp_and_image=*/ false); in TEST_F()