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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c3492 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; local
3493 hfile = os_malloc(hfile_len);
3495 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);

Completed in 63 milliseconds