Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_checkapi.cpp113 vector<string> olderAnnotations = get_strict_annotations(older); in have_compatible_annotations() local
115 sort(olderAnnotations.begin(), olderAnnotations.end()); in have_compatible_annotations()
117 if (olderAnnotations != newerAnnotations) { in have_compatible_annotations()