Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_fs.h78 const char* dfs_filesystem_get_mounted_path(struct rt_device* device);
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_fs.c123 const char* dfs_filesystem_get_mounted_path(struct rt_device* device) in dfs_filesystem_get_mounted_path() function
/nrf52832-nimble/rt-thread/components/drivers/sdio/
H A Dblock_dev.c509 const char * mounted_path = dfs_filesystem_get_mounted_path(&(blk_dev->dev)); in rt_mmcsd_blk_remove()
/nrf52832-nimble/rt-thread/
H A DChangeLog.md743 * DFS: 新增根据设备对象获得其上装载文件系统路径的函数:dfs_filesystem_get_mounted_path(struct rt_device* device);