Searched refs:file_path (Results 1 – 5 of 5) sorted by relevance
| /components/utilities/ymodem/ |
| A D | ry_sy.c | 196 static rt_err_t rym_download_file(rt_device_t idev,const char *file_path) in rym_download_file() argument 207 rt_strncpy(ctx->fpath, file_path, DFS_PATH_MAX); in rym_download_file() 216 static rt_err_t rym_upload_file(rt_device_t idev, const char *file_path) in rym_upload_file() argument 227 rt_strncpy(ctx->fpath, file_path, DFS_PATH_MAX); in rym_upload_file() 245 const char *file_path; in ry() local 260 file_path = argv[1]; in ry() 261 res = rym_download_file(dev,file_path); in ry() 271 const char *file_path; in sy() local 289 file_path = argv[1]; in sy() 290 res = rym_upload_file(dev, file_path); in sy() [all …]
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | .ignore_format.yml | 3 # If you need to exclude a file, add the path to the file in file_path. 5 file_path:
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | .ignore_format.yml | 3 # If you need to exclude a file, add the path to the file in file_path. 5 file_path:
|
| /components/drivers/usb/ |
| A D | .ignore_format.yml | 3 # If you need to exclude a file, add the path to the file in file_path.
|
| /components/net/lwip/ |
| A D | .ignore_format.yml | 3 # If you need to exclude a file, add the path to the file in file_path.
|
Completed in 5 milliseconds