Lines Matching refs:GetFilename
243 argv_str.push_back("--create-profile-from=" + class_names_file.GetFilename()); in CreateProfile()
292 profile_file.GetFilename(), in CreateAndDump()
295 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents)); in CreateAndDump()
652 GenerateTestProfile(profile.GetFilename()); in TEST_F()
663 GenerateTestProfileWithInputDex(profile.GetFilename()); in TEST_F()
717 profile_file.GetFilename(), in TEST_F()
833 EXPECT_TRUE(CreateProfile(input_file_contents, profile.GetFilename(), core_dex)); in TEST_F()
836 bootProfile.Load(profile.GetFilename(), /*for_boot_image*/ true); in TEST_F()
852 args.push_back("--profile-file=" + profile.GetFilename()); in TEST_F()
853 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
854 args.push_back("--out-preloaded-classes-path=" + out_preloaded_classes.GetFilename()); in TEST_F()
857 args.push_back("--preloaded-classes-blacklist=" + preloaded_class_blacklist.GetFilename()); in TEST_F()
866 out_profile.GetFilename(), &output_profile_contents)); in TEST_F()
872 out_preloaded_classes.GetFilename(), &output_preloaded_contents)); in TEST_F()
924 EXPECT_TRUE(CreateProfile(input_file_contents1, profile1.GetFilename(), core_dex)); in TEST_F()
925 EXPECT_TRUE(CreateProfile(input_file_contents2, profile2.GetFilename(), core_dex)); in TEST_F()
929 boot_profile1.Load(profile1.GetFilename(), /*for_boot_image*/ true); in TEST_F()
930 boot_profile2.Load(profile2.GetFilename(), /*for_boot_image*/ true); in TEST_F()
943 args.push_back("--profile-file=" + profile1.GetFilename()); in TEST_F()
944 args.push_back("--profile-file=" + profile2.GetFilename()); in TEST_F()
945 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
946 args.push_back("--out-preloaded-classes-path=" + out_preloaded_classes.GetFilename()); in TEST_F()
957 out_profile.GetFilename(), &output_profile_contents)); in TEST_F()
1014 profile_file.GetFilename(), in TEST_F()
1164 profile_file.GetFilename(), in TEST_F()
1240 DumpOnly(profile.GetFilename(), &output); in TEST_F()