Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh_test.cc730 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
741 ElementsAre(FdOf(primary.OatPath()), "-1", "-1", "-1")))))) in TEST_F()
758 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
763 auto file6 = ScopedCreateEmptyFile(framework_ext.OatPath()); in TEST_F()
780 ElementsAre(FdOf(primary.OatPath()), FdOf(framework_ext.OatPath()), "-1", "-1")))))) in TEST_F()
799 ElementsAre(FdOf(primary.OatPath()), FdOf(framework_ext.OatPath()), "-1", "-1")))))) in TEST_F()
817 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
822 auto file6 = ScopedCreateEmptyFile(mainline_ext.OatPath()); in TEST_F()
838 ElementsAre(FdOf(primary.OatPath()), "-1", FdOf(mainline_ext.OatPath()), "-1")))))) in TEST_F()
854 auto file3 = ScopedCreateEmptyFile(primary.OatPath()); in TEST_F()
[all …]
Dodr_artifacts_test.cc43 artifacts.OatPath()); in TEST()
63 artifacts.OatPath()); in TEST()
Dodr_artifacts.h41 const std::string& OatPath() const { return oat_path_; } in OatPath() function
Dodrefresh.cc374 std::vector<const char*> paths{artifacts.OatPath().c_str(), artifacts.VdexPath().c_str()}; in ArtifactsExist()
1756 args.Add("--oat-location=%s", artifacts.OatPath()); in RunDex2oat()
1759 std::make_pair(artifacts.OatPath(), "oat"), in RunDex2oat()
1762 std::string install_location = Dirname(artifacts.OatPath()); in RunDex2oat()
1960 unlink(artifacts.OatPath().c_str()); in CompileBootClasspath()