Searched refs:OdexFileNeedsRelocation (Results 1 – 3 of 3) sorted by relevance
220 bool OdexFileNeedsRelocation();
432 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()667 EXPECT_TRUE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()762 EXPECT_TRUE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()782 EXPECT_TRUE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()819 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()837 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()869 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()888 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
188 if (odex_okay && OdexFileNeedsRelocation() && OdexFileHasPatchInfo()) { in GetDexOptNeeded()359 bool OatFileAssistant::OdexFileNeedsRelocation() { in OdexFileNeedsRelocation() function in art::OatFileAssistant