Home
last modified time | relevance | path

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

/art/artd/
Dartd_test.cc2609 std::string chroot_dir = scratch_path_ + "/chroot"; in TEST_F() local
2619 CreateFile(chroot_dir + "/system/build.prop", ART_FORMAT(kTemplate, 15)); in TEST_F()
2620 ASSERT_STATUS_OK(artd_->checkPreRebootSystemRequirements(chroot_dir, &aidl_return)); in TEST_F()
2623 CreateFile(chroot_dir + "/system/build.prop", ART_FORMAT(kTemplate, 16)); in TEST_F()
2624 ASSERT_STATUS_OK(artd_->checkPreRebootSystemRequirements(chroot_dir, &aidl_return)); in TEST_F()
2627 CreateFile(chroot_dir + "/system/build.prop", ART_FORMAT(kTemplate, 17)); in TEST_F()
2628 ASSERT_STATUS_OK(artd_->checkPreRebootSystemRequirements(chroot_dir, &aidl_return)); in TEST_F()