Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DBackupHelpers.cpp893 bool contentsMatch = true; in compare_file() local
896 if (contentsMatch) { in compare_file()
898 contentsMatch = false; in compare_file()
905 return contentsMatch && sizesMatch ? 0 : 1; in compare_file()