Searched refs:liblen (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp1543 size_t liblen = strlen(parent->libname); local
1544 size_t devlen = sizeof(device_t) + namelen + liblen + 2;
1551 if (liblen < 3) {
1567 memcpy(text, parent->libname, liblen + 1);
1569 memcpy(text + liblen - 3, ".proxy.so", 10);

Completed in 27 milliseconds