Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp434 auto new_tns = load_from_dir(options, io_delegate, options.InputFiles().at(1)); in check_api() local
435 if (!new_tns.ok()) { in check_api()
442 std::vector<AidlDefinedType*> new_types = new_tns->AllDefinedTypes(); in check_api()
503 *(new_type->AsStructuredParcelable()), *new_tns); in check_api()
513 *(new_type->AsUnionDeclaration()), *new_tns); in check_api()