Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc839 ScratchFile out_profile; in TEST_F() local
841 ASSERT_TRUE(out_profile.GetFile()->ResetOffset()); in TEST_F()
853 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
861 ASSERT_TRUE(out_profile.GetFile()->ResetOffset()); in TEST_F()
866 out_profile.GetFilename(), &output_profile_contents)); in TEST_F()
933 ScratchFile out_profile; in TEST_F() local
935 ASSERT_TRUE(out_profile.GetFile()->ResetOffset()); in TEST_F()
945 args.push_back("--out-profile-path=" + out_profile.GetFilename()); in TEST_F()
952 ASSERT_TRUE(out_profile.GetFile()->ResetOffset()); in TEST_F()
957 out_profile.GetFilename(), &output_profile_contents)); in TEST_F()
/art/dexlayout/
Ddexlayout_test.cc328 const std::string& out_profile) { in CreateProfile() argument
372 std::unique_ptr<File> file(OS::CreateEmptyFile(out_profile.c_str())); in CreateProfile()