OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_socket_dir
(Results
1 - 1
of
1
) sorted by null
/hardware/libhardware_legacy/wifi/
wifi.c
503
char *
local_socket_dir
= CONFIG_CTRL_IFACE_CLIENT_DIR;
local
506
if ((dir = opendir(
local_socket_dir
)) == NULL)
509
dirnamelen = (size_t)snprintf(pathname, sizeof(pathname), "%s/",
local_socket_dir
);
Completed in 317 milliseconds