Lines Matching refs:ART_FORMAT
225 std::string proc_path = ART_FORMAT("/proc/self/fd/{}", arg);
393 class_loader_context_ = ART_FORMAT("PCL[{}:{}]", clc_1_, clc_2_); in SetUp()
2224 EXPECT_FALSE(std::filesystem::exists(path)) << ART_FORMAT("'{}' should be removed", path); in Verify()
2228 EXPECT_TRUE(std::filesystem::exists(path)) << ART_FORMAT("'{}' should be kept", path); in Verify()
2345 EXPECT_FALSE(std::filesystem::exists(path)) << ART_FORMAT("'{}' should be removed", path); in TEST_F()
2349 EXPECT_TRUE(std::filesystem::exists(path)) << ART_FORMAT("'{}' should be kept", path); in TEST_F()
2410 EXPECT_FALSE(std::filesystem::exists(path)) << ART_FORMAT("'{}' should be removed", path); in TEST_F()
2414 EXPECT_TRUE(std::filesystem::exists(path)) << ART_FORMAT("'{}' should be kept", path); in TEST_F()
2619 CreateFile(chroot_dir + "/system/build.prop", ART_FORMAT(kTemplate, 15)); in TEST_F()
2623 CreateFile(chroot_dir + "/system/build.prop", ART_FORMAT(kTemplate, 16)); in TEST_F()
2627 CreateFile(chroot_dir + "/system/build.prop", ART_FORMAT(kTemplate, 17)); in TEST_F()
2681 ASSERT_TRUE(WriteStringToFile(ART_FORMAT(kInitEnvironRcTmpl, art_root_, android_data_), in SetUp()