Home
last modified time | relevance | path

Searched refs:machinename (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/policy/
Dpolicy_path_parser_linux.cc46 char machinename[255]; in ExpandPathVariables() local
47 if (gethostname(machinename, 255) == 0) { in ExpandPathVariables()
48 result.replace(position, strlen(kMachineNamePolicyVarName), machinename); in ExpandPathVariables()
Dpolicy_path_parser_mac.mm84 CFStringRef machinename = SCDynamicStoreCopyLocalHostName(store);
85 if (machinename) {
87 base::SysCFStringRefToUTF8(machinename));
88 CFRelease(machinename);
Dpolicy_path_parser_win.cc105 scoped_ptr<WCHAR[]> machinename(new WCHAR[return_length]); in ExpandPathVariables() local
107 machinename.get(), &return_length); in ExpandPathVariables()
108 std::wstring machinename_string(machinename.get()); in ExpandPathVariables()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c1175 char *machinename = "wpa_supplicant@w1.fi"; in tncc_build_soh() local
1244 wpabuf_put_be16(buf, os_strlen(machinename) + 1); in tncc_build_soh()
1245 wpabuf_put_data(buf, machinename, os_strlen(machinename) + 1); in tncc_build_soh()