Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 395 | 10 | 6 | |
binder_resolver.cc | H A D | 25-Apr-2025 | 4.7 KiB | 155 | 111 |
README.md
1Support for resolving the scheme used by binder transport implementation. 2 3The URI's authority is required to be empty. 4 5The path is used as the identifiers of endpoint binder objects and the length 6limit of the identifier is the same as unix socket length limit. 7 8The length limit of the path should at least be 100 characters long. This is 9guaranteed by `static_assert` in the implementation. 10