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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c489 size_t dirnamelen; local
499 dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/", local_socket_dir);
500 if (dirnamelen >= sizeof(pathname)) {
504 namep = pathname + dirnamelen;
505 maxcopy = PATH_MAX - dirnamelen;

Completed in 32 milliseconds