OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smb_conf
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net-android.c
1064
char
smb_conf
[1024];
local
1074
snprintf(
smb_conf
, sizeof(
smb_conf
), "%s/%s", smb_dir, "smb.conf");
1076
f = fopen(
smb_conf
, "w");
1078
fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n",
smb_conf
);
1106
SMBD_COMMAND,
smb_conf
);
[
all
...]
net.c
936
char
smb_conf
[1024];
local
946
snprintf(
smb_conf
, sizeof(
smb_conf
), "%s/%s", smb_dir, "smb.conf");
948
f = fopen(
smb_conf
, "w");
950
fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n",
smb_conf
);
978
SMBD_COMMAND,
smb_conf
);
[
all
...]
Completed in 18 milliseconds