Home
last modified time | relevance | path

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

/components/utilities/ymodem/
A Dry_sy.c30 char fpath[DFS_PATH_MAX]; member
52 ret = strchr(cctx->fpath,insert_0); in _rym_recv_begin()
63 cctx->fd = open(cctx->fpath, O_CREAT | O_WRONLY | O_TRUNC, 0); in _rym_recv_begin()
123 cctx->fd = open(cctx->fpath, O_RDONLY); in _rym_send_begin()
131 err = stat(cctx->fpath, &file_buf); in _rym_send_begin()
138 const char *fdst = _get_path_lastname(cctx->fpath); in _rym_send_begin()
139 if(fdst != cctx->fpath) in _rym_send_begin()
207 rt_strncpy(ctx->fpath, file_path, DFS_PATH_MAX); in rym_download_file()
227 rt_strncpy(ctx->fpath, file_path, DFS_PATH_MAX); in rym_upload_file()

Completed in 2 milliseconds