Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh_test.cc728 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
737 ElementsAre(FdOf(primary.ImagePath()), "-1", "-1", "-1"))), in TEST_F()
756 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
761 auto file4 = ScopedCreateEmptyFile(framework_ext.ImagePath()); in TEST_F()
774 FdOf(primary.ImagePath()), FdOf(framework_ext.ImagePath()), "-1", "-1"))), in TEST_F()
793 FdOf(primary.ImagePath()), FdOf(framework_ext.ImagePath()), "-1", "-1"))), in TEST_F()
815 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
820 auto file4 = ScopedCreateEmptyFile(mainline_ext.ImagePath()); in TEST_F()
832 ElementsAre(FdOf(primary.ImagePath()), "-1", FdOf(mainline_ext.ImagePath()), "-1"))), in TEST_F()
852 auto file1 = ScopedCreateEmptyFile(primary.ImagePath()); in TEST_F()
[all …]
Dodr_artifacts_test.cc41 artifacts.ImagePath()); in TEST()
60 artifacts.ImagePath()); in TEST()
Dodr_artifacts.h39 const std::string& ImagePath() const { return image_path_; } in ImagePath() function
Dodrefresh.cc376 paths.push_back(artifacts.ImagePath().c_str()); in ArtifactsExist()
1758 std::make_pair(artifacts.ImagePath(), artifacts.ImageKind()), in RunDex2oat()
1959 unlink(artifacts.ImagePath().c_str()); in CompileBootClasspath()