Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/filter/
DAbiFilter.cpp47 const auto path_abi = path.substr(kLibPrefixLen, abi_end - kLibPrefixLen); in Keep() local
48 return (abis_.find(path_abi) != abis_.end()); in Keep()