Searched refs:path_abi (Results 1 – 1 of 1) sorted by relevance
47 const auto path_abi = path.substr(kLibPrefixLen, abi_end - kLibPrefixLen); in Keep() local48 return (abis_.find(path_abi) != abis_.end()); in Keep()