Home
last modified time | relevance | path

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

/art/dex2oat/include/
Ddex2oat_return_codes.h26 kCreateRuntime = 2, // Dex2oat failed creating a runtime. This may be indicative enumerator
/art/dex2oat/
Ddex2oat.cc1511 return dex2oat::ReturnCode::kCreateRuntime; in Setup()
Ddex2oat_test.cc1053 EXPECT_EQ(static_cast<int>(dex2oat::ReturnCode::kCreateRuntime), WEXITSTATUS(status)) << output_; in TEST_F()