/external/libwebsockets/lib/plat/unix/ |
D | unix-file.c | 51 fd = lws_open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0600); in lws_plat_write_file() 65 int n, fd = lws_open(filename, O_RDONLY); in lws_plat_read_file() 80 int ret = lws_open(filename, (*flags) & LWS_FOP_FLAGS_MASK, 0664); in _lws_plat_file_open()
|
D | unix-init.c | 123 fd = lws_open(SYSTEM_RANDOM_FILEPATH, O_RDONLY); in lws_plat_init()
|
/external/libwebsockets/lib/misc/ |
D | daemonize.c | 59 fd = lws_open(lock_path, O_TRUNC | O_RDWR | O_CREAT, 0640); in child_handler() 116 int fd = lws_open(_lock_path, O_RDONLY); in lws_daemonize()
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 153 fd = lws_open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0600); in lws_plat_write_file() 167 int n, fd = lws_open(filename, O_RDONLY); in lws_plat_read_file()
|
/external/libwebsockets/plugins/ |
D | protocol_lws_raw_test.c | 134 vhd->fifo = lws_open(vhd->fifo_path, O_NONBLOCK | O_RDONLY); in callback_raw_test() 213 vhd->fifo = lws_open(vhd->fifo_path, in callback_raw_test()
|
D | protocol_lws_sshd_demo.c | 401 vhd->privileged_fd = lws_open(TEST_SERVER_KEY_PATH, O_RDONLY); in callback_lws_sshd_demo() 403 vhd->privileged_fd = lws_open(TEST_SERVER_KEY_PATH, in callback_lws_sshd_demo()
|
D | protocol_post_demo.c | 83 pss->fd = (lws_filefd_type)(long long)lws_open("/tmp/post-file", in file_upload_cb()
|
D | protocol_lws_server_status.c | 79 fd = lws_open(fp->filepath, LWS_O_RDONLY); in update()
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-file/ |
D | minimal-raw-file.c | 41 vhd->filefd = lws_open(filepath, O_RDWR); in callback_raw_test()
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
D | minimal-http-server-form-post-file.c | 60 pss->fd = lws_open(pss->filename, O_CREAT | O_TRUNC | O_RDWR, 0600); in file_upload_cb()
|
/external/libwebsockets/test-apps/ |
D | test-sshd.c | 235 int fd = lws_open(TEST_SERVER_KEY_PATH, O_RDONLY), n; in ssh_ops_get_server_key() 258 int fd = lws_open(TEST_SERVER_KEY_PATH, O_CREAT | O_TRUNC | O_RDWR, 0600); in ssh_ops_set_server_key()
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 64 vhd->filefd = lws_open(filepath, O_RDWR); in callback_raw_test()
|
/external/libwebsockets/lib/core-net/ |
D | server.c | 205 fd = lws_open("/proc/self/statm", LWS_O_RDONLY); in lws_json_dump_context()
|
D | vhost.c | 790 vh->log_fd = lws_open(info->log_filepath, in lws_create_vhost()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-misc.h | 635 lws_open(const char *__file, int __oflag, ...);
|
/external/libwebsockets/plugins/acme-client/ |
D | protocol_lws_acme_client.c | 858 vhd->fd_updated_cert = lws_open(buf, in callback_acme_client() 867 vhd->fd_updated_key = lws_open(buf, LWS_O_WRONLY | LWS_O_CREAT | in callback_acme_client()
|
/external/libwebsockets/plugins/deaddrop/ |
D | protocol_lws_deaddrop.c | 290 pss->fd = (lws_filefd_type)(long long)lws_open(pss->filename, in file_upload_cb()
|
/external/libwebsockets/lib/core/ |
D | libwebsockets.c | 159 int lws_open(const char *__file, int __oflag, ...) in lws_open() function
|
/external/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 914 fd = lws_open(f, O_RDONLY); in lwsws_get_config()
|
D | server.c | 816 fd = lws_open(filename, O_RDONLY); in lws_find_string_in_file()
|