Searched refs:translate_path (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-2.7.6/components/vfs/ |
D | vfs.c | 286 static const char* translate_path(const vfs_entry_t* vfs, const char* src_path) in translate_path() function 389 const char *path_within_vfs = translate_path(vfs, path); in esp_vfs_open() 566 const char* path_within_vfs = translate_path(vfs, path); in esp_vfs_stat() 581 const char* path_within_vfs = translate_path(vfs, path); in esp_vfs_utime() 598 const char* path1_within_vfs = translate_path(vfs, n1); in esp_vfs_link() 599 const char* path2_within_vfs = translate_path(vfs, n2); in esp_vfs_link() 612 const char* path_within_vfs = translate_path(vfs, path); in esp_vfs_unlink() 630 const char* src_within_vfs = translate_path(vfs, src); in esp_vfs_rename() 631 const char* dst_within_vfs = translate_path(vfs, dst); in esp_vfs_rename() 645 const char* path_within_vfs = translate_path(vfs, name); in esp_vfs_opendir() [all …]
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | app_esp32s2.map | 10043 .rodata.translate_path.str1.4 10505 .literal.translate_path 11048 .text.translate_path
|
D | app2.map | 11499 .rodata.translate_path.str1.4 12052 .literal.translate_path 12657 .text.translate_path
|
D | app.map | 20765 .literal.translate_path 22529 .text.translate_path
|