Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp946 ASSERT_TRUE(AreFilesEqual(expected_profile_content, snap_profile_)); in createProfileSnapshot()
986 ASSERT_TRUE(AreFilesEqual(ref_profile_content, ref_profile_)); in mergePackageProfiles()
1022 bool AreFilesEqual(const std::string& file1, const std::string& file2) { in AreFilesEqual() function in android::installd::ProfileTest