Searched refs:fdst (Results 1 – 3 of 3) sorted by relevance
| /components/utilities/ymodem/ |
| A D | ry_sy.c | 138 const char *fdst = _get_path_lastname(cctx->fpath); in _rym_send_begin() local 139 if(fdst != cctx->fpath) in _rym_send_begin() 141 fdst = dfs_normalize_path(RT_NULL, fdst); in _rym_send_begin() 142 if (fdst == RT_NULL) in _rym_send_begin() 148 rt_sprintf((char *)buf, "%s%c%d", fdst, insert_0, file_buf.st_size); in _rym_send_begin()
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 1081 char *fdst; in copy() local 1082 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy() 1083 if (fdst == NULL) in copy() 1088 copyfile(src, fdst); in copy() 1089 rt_free(fdst); in copy() 1100 char *fdst; in copy() local 1101 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy() 1102 if (fdst == NULL) in copy() 1107 mkdir(fdst, 0); in copy() 1108 copydir(src, fdst); in copy() [all …]
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file.c | 2989 char *fdst; in copy() local 2990 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy() 2991 if (fdst == NULL) in copy() 2996 copyfile(src, fdst); in copy() 2997 rt_free(fdst); in copy() 3008 char *fdst; in copy() local 3009 fdst = dfs_normalize_path(dst, _get_path_lastname(src)); in copy() 3010 if (fdst == NULL) in copy() 3015 mkdir(fdst, 0); in copy() 3016 copydir(src, fdst); in copy() [all …]
|
Completed in 10 milliseconds