Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc286 const OatFile* odex_file = GetOdexFile(); in OdexFileIsOutOfDate() local
287 if (odex_file == nullptr) { in OdexFileIsOutOfDate()
290 cached_odex_file_is_out_of_date_ = GivenOatFileIsOutOfDate(*odex_file); in OdexFileIsOutOfDate()
303 const OatFile* odex_file = GetOdexFile(); in OdexFileIsUpToDate() local
304 if (odex_file == nullptr) { in OdexFileIsUpToDate()
307 cached_odex_file_is_up_to_date_ = GivenOatFileIsUpToDate(*odex_file); in OdexFileIsUpToDate()
843 const OatFile* odex_file = GetOdexFile(); in CopyProfileFile() local
844 if (odex_file != nullptr) { in CopyProfileFile()
845 const OatFile::OatDexFile* odex_dex_file = odex_file->GetOatDexFile( in CopyProfileFile()
Doat_file_assistant_test.cc1026 std::string odex_file; in TEST() local
1029 "/foo/bar/baz.jar", kArm, &odex_file, &error_msg)) << error_msg; in TEST()
1030 EXPECT_EQ("/foo/bar/oat/arm/baz.odex", odex_file); in TEST()
1033 "/foo/bar/baz.funnyext", kArm, &odex_file, &error_msg)) << error_msg; in TEST()
1034 EXPECT_EQ("/foo/bar/oat/arm/baz.odex", odex_file); in TEST()
1037 "nopath.jar", kArm, &odex_file, &error_msg)); in TEST()
1039 "/foo/bar/baz_noext", kArm, &odex_file, &error_msg)); in TEST()