Home
last modified time | relevance | path

Searched refs:smb_conf (Results 1 – 2 of 2) sorted by relevance

/external/qemu/net/
Dnet.c936 char smb_conf[1024]; in slirp_smb() local
946 snprintf(smb_conf, sizeof(smb_conf), "%s/%s", smb_dir, "smb.conf"); in slirp_smb()
948 f = fopen(smb_conf, "w"); in slirp_smb()
950 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf); in slirp_smb()
978 SMBD_COMMAND, smb_conf); in slirp_smb()
Dnet-android.c1039 char smb_conf[1024]; in slirp_smb() local
1049 snprintf(smb_conf, sizeof(smb_conf), "%s/%s", smb_dir, "smb.conf"); in slirp_smb()
1051 f = fopen(smb_conf, "w"); in slirp_smb()
1053 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf); in slirp_smb()
1081 SMBD_COMMAND, smb_conf); in slirp_smb()