Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp985 std::string expected_profile_content = snap_profile_ + ".expected"; in createProfileSnapshot() local
986 run_cmd("rm -f " + expected_profile_content); in createProfileSnapshot()
987 run_cmd("touch " + expected_profile_content); in createProfileSnapshot()
992 " --reference-profile-file=" + expected_profile_content + in createProfileSnapshot()
995 ASSERT_TRUE(AreFilesEqual(expected_profile_content, snap_profile_)); in createProfileSnapshot()
/aosp12/art/profman/
H A Dprofile_assistant_test.cc960 std::string expected_profile_content = JoinProfileLines(expected_data); in TEST_F() local
1002 ASSERT_EQ(output_profile_contents, expected_profile_content); in TEST_F()
1055 std::string expected_profile_content = JoinProfileLines(expected_data); in TEST_F() local
1096 ASSERT_EQ(output_profile_contents, expected_profile_content); in TEST_F()