Home
last modified time | relevance | path

Searched defs:oat_dir (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd_test.cc627 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local
644 std::string oat_dir = android_data_ + "/dalvik-cache/arm64"; in TEST_F() local
678 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local
697 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local
2607 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local
2626 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local
Dartd.cc286 std::filesystem::path oat_dir = isa_dir.parent_path(); in PrepareArtifactsDirs() local