Lines Matching refs:GetFilename
220 argv_str.push_back("--create-profile-from=" + class_names_file.GetFilename()); in CreateProfile()
273 profile_file.GetFilename(), in CreateAndDump()
275 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents, target)); in CreateAndDump()
789 GenerateTestProfile(profile.GetFilename()); in TEST_F()
799 GenerateTestProfileWithInputDex(profile.GetFilename()); in TEST_F()
854 profile_file.GetFilename(), in TEST_F()
969 profile.GetFilename(), in TEST_F()
974 bootProfile.Load(profile.GetFilename(), /*clear_if_invalid=*/ true); in TEST_F()
988 args.push_back("--profile-file=" + profile.GetFilename()); in TEST_F()
989 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
990 args.push_back("--out-preloaded-classes-path=" + out_preloaded_classes.GetFilename()); in TEST_F()
993 args.push_back("--preloaded-classes-denylist=" + preloaded_class_denylist.GetFilename()); in TEST_F()
1001 out_profile.GetFilename(), &output_profile_contents)); in TEST_F()
1007 out_preloaded_classes.GetFilename(), &output_preloaded_contents)); in TEST_F()
1060 profile1.GetFilename(), in TEST_F()
1064 profile2.GetFilename(), in TEST_F()
1070 boot_profile1.Load(profile1.GetFilename(), /*for_boot_image=*/ true); in TEST_F()
1071 boot_profile2.Load(profile2.GetFilename(), /*for_boot_image=*/ true); in TEST_F()
1082 args.push_back("--profile-file=" + profile1.GetFilename()); in TEST_F()
1083 args.push_back("--profile-file=" + profile2.GetFilename()); in TEST_F()
1084 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
1085 args.push_back("--out-preloaded-classes-path=" + out_preloaded_classes.GetFilename()); in TEST_F()
1095 out_profile.GetFilename(), &output_profile_contents)); in TEST_F()
1160 profile_file.GetFilename(), in TEST_F()
1166 profile_file.GetFilename(), &text_two, GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F()
1171 text_two, profile_two.GetFilename(), GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F()
1180 profile_file.GetFilename(), in TEST_F()
1181 profile_two.GetFilename() }; in TEST_F()
1215 with_annotation_profile_file.GetFilename(), in TEST_F()
1220 no_annotation_profile_file.GetFilename(), in TEST_F()
1225 ASSERT_TRUE(DumpClassesAndMethods(with_annotation_profile_file.GetFilename(), in TEST_F()
1232 text_two, profile_two.GetFilename(), GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F()
1241 no_annotation_profile_file.GetFilename(), in TEST_F()
1242 profile_two.GetFilename() }; in TEST_F()
1269 profile_file.GetFilename(), in TEST_F()
1557 ASSERT_TRUE(CreateProfile(input_file_contents, profile_file.GetFilename(), dex_filename)); in TEST_F()
1562 LOG(ERROR) << profile_file.GetFilename(); in TEST_F()
1613 ASSERT_TRUE(CreateProfile(input_file_contents, profile_file.GetFilename(), dex_filename)); in TEST_F()
1617 profile_file.GetFilename(), &dump_ic, GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F()
1652 profile_file.GetFilename(), in TEST_F()
1718 DumpOnly(profile.GetFilename(), &output); in TEST_F()