Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc177 std::string context_str = "PCL[" + context_location + "]"; in TEST_F() local
178 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(context_str); in TEST_F()
186 args.push_back("--class-loader-context=" + context_str); in TEST_F()
204 std::string context_str = "PCL[" + context_location + "]"; in TEST_F() local
205 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(context_str); in TEST_F()
213 args.push_back("--class-loader-context=" + context_str); in TEST_F()
1292 std::string context_str = "PCL[" + context_location + "]"; in TEST_F() local
1294 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(context_str); in TEST_F()
1302 args.push_back("--class-loader-context=" + context_str); in TEST_F()
1309 std::unique_ptr<ClassLoaderContext> updated_context = ClassLoaderContext::Create(context_str); in TEST_F()
[all …]