OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OdexFileNeedsRelocation
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
oat_file_assistant.h
220
bool
OdexFileNeedsRelocation
();
oat_file_assistant_test.cc
262
EXPECT_FALSE(oat_file_assistant.
OdexFileNeedsRelocation
());
497
EXPECT_TRUE(oat_file_assistant.
OdexFileNeedsRelocation
());
592
EXPECT_TRUE(oat_file_assistant.
OdexFileNeedsRelocation
());
612
EXPECT_TRUE(oat_file_assistant.
OdexFileNeedsRelocation
());
649
EXPECT_FALSE(oat_file_assistant.
OdexFileNeedsRelocation
());
667
EXPECT_FALSE(oat_file_assistant.
OdexFileNeedsRelocation
());
699
EXPECT_FALSE(oat_file_assistant.
OdexFileNeedsRelocation
());
718
EXPECT_FALSE(oat_file_assistant.
OdexFileNeedsRelocation
());
[
all
...]
oat_file_assistant.cc
188
if (odex_okay &&
OdexFileNeedsRelocation
() && OdexFileHasPatchInfo()) {
359
bool OatFileAssistant::
OdexFileNeedsRelocation
() {
[
all
...]
Completed in 557 milliseconds