Home
last modified time | relevance | path

Searched refs:new_file_perms (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/vquic/
Dvquic.c74 data->set.new_file_perms); in Curl_qlogdir()
/external/curl/lib/
Dfile.c286 fd = open(file->path, mode, conn->data->set.new_file_perms); in file_upload()
Durldata.h1720 long new_file_perms; /* Permissions to use when creating remote files */ member
Dsetopt.c2428 data->set.new_file_perms = arg; in Curl_vsetopt()
Durl.c533 set->new_file_perms = 0644; /* Default permissions */ in Curl_init_userdefined()
/external/curl/lib/vssh/
Dlibssh.c1238 flags, (mode_t)data->set.new_file_perms); in myssh_statemach_act()
1587 O_RDONLY, (mode_t)data->set.new_file_perms); in myssh_statemach_act()
1834 (int)data->set.new_file_perms); in myssh_statemach_act()
Dlibssh2.c1904 flags, data->set.new_file_perms, in ssh_statemach_act()
2296 LIBSSH2_FXF_READ, data->set.new_file_perms, in ssh_statemach_act()
2548 SCP_SEND(sshc->ssh_session, sftp_scp->path, data->set.new_file_perms, in ssh_statemach_act()
Dwolfssh.c590 createattrs.per = (word32)data->set.new_file_perms; in wssh_statemach_act()