/hal_espressif-3.5.0/components/fatfs/vfs/ |
D | vfs_fat_spiflash.c | 29 esp_err_t esp_vfs_fat_spiflash_mount(const char* base_path, in esp_vfs_fat_spiflash_mount() 118 esp_err_t esp_vfs_fat_spiflash_unmount(const char *base_path, wl_handle_t wl_handle) in esp_vfs_fat_spiflash_unmount() 136 esp_err_t esp_vfs_fat_rawflash_mount(const char* base_path, in esp_vfs_fat_rawflash_mount() 189 esp_err_t esp_vfs_fat_rawflash_unmount(const char *base_path, const char* partition_label) in esp_vfs_fat_rawflash_unmount()
|
D | vfs_fat_sdmmc.c | 48 static esp_err_t mount_prepare_mem(const char *base_path, in mount_prepare_mem() 91 const char *base_path) in mount_to_vfs_fat() 194 esp_err_t esp_vfs_fat_sdmmc_mount(const char* base_path, in esp_vfs_fat_sdmmc_mount() 277 esp_err_t esp_vfs_fat_sdspi_mount(const char* base_path, in esp_vfs_fat_sdspi_mount() 365 static esp_err_t unmount_card_core(const char *base_path, sdmmc_card_t *card) in unmount_card_core() 393 esp_err_t esp_vfs_fat_sdcard_unmount(const char *base_path, sdmmc_card_t *card) in esp_vfs_fat_sdcard_unmount()
|
D | vfs_fat.c | 29 char base_path[ESP_VFS_PATH_MAX]; /* base path in VFS where partition is registered */ member 99 static size_t find_context_index_by_path(const char* base_path) in find_context_index_by_path() 119 esp_err_t esp_vfs_fat_register(const char* base_path, const char* fat_drive, size_t max_files, FATF… in esp_vfs_fat_register() 194 esp_err_t esp_vfs_fat_unregister_path(const char* base_path) in esp_vfs_fat_unregister_path()
|
/hal_espressif-3.5.0/examples/protocols/http_server/file_serving/main/ |
D | file_server.c | 37 char base_path[ESP_VFS_PATH_MAX + 1]; member 179 static const char* get_path_from_uri(char *dest, const char *base_path, const char *uri, size_t des… in get_path_from_uri() 446 esp_err_t start_file_server(const char *base_path) in start_file_server()
|
D | main.c | 199 static esp_err_t unmount_card(const char* base_path, sdmmc_card_t* card) in unmount_card()
|
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host_vfs.c | 21 char *base_path; member 55 const char *base_path, in msc_host_vfs_register()
|
/hal_espressif-3.5.0/components/vfs/ |
D | vfs_semihost.c | 108 …char base_path[ESP_VFS_PATH_MAX + 1]; /* base path in VFS where host semihostin… member 274 esp_err_t esp_vfs_semihost_register(const char* base_path, const char* host_path) in esp_vfs_semihost_register() 318 esp_err_t esp_vfs_semihost_unregister(const char* base_path) in esp_vfs_semihost_unregister()
|
D | vfs.c | 64 esp_err_t esp_vfs_register_common(const char* base_path, size_t len, const esp_vfs_t* vfs, void* ct… in esp_vfs_register_common() 111 esp_err_t esp_vfs_register(const char* base_path, const esp_vfs_t* vfs, void* ctx) in esp_vfs_register() 184 esp_err_t esp_vfs_unregister(const char* base_path) in esp_vfs_unregister()
|
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/ |
D | IDFApp.py | 148 def _get_flash_arg_file(self, base_path, job_id): # type: (str, str) -> str argument 157 …def _download_binary_files(self, base_path, job_id, flash_arg_file): # type: (str, str, str) -> N… argument 170 def _download_sdkconfig_file(self, base_path, job_id): # type: (str, str) -> None argument 216 def _download_sdkconfig_file(self, base_path, job_id): # type: (str, str) -> None argument
|
/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/main/ |
D | rest_server.c | 32 char base_path[ESP_VFS_PATH_MAX + 1]; member 170 esp_err_t start_rest_server(const char *base_path) in start_rest_server()
|
/hal_espressif-3.5.0/examples/storage/wear_levelling/main/ |
D | wear_levelling_example_main.c | 26 const char *base_path = "/spiflash"; variable
|
/hal_espressif-3.5.0/components/spiffs/include/ |
D | esp_spiffs.h | 29 const char* base_path; /*!< File path prefix associated with the filesystem. */ member
|
/hal_espressif-3.5.0/examples/build_system/cmake/import_lib/main/ |
D | main.cpp | 20 const char *base_path = "/spiflash"; variable
|
/hal_espressif-3.5.0/components/spiffs/ |
D | spiffs_api.h | 37 char base_path[ESP_VFS_PATH_MAX+1]; /*!< Mount point */ member
|
/hal_espressif-3.5.0/examples/storage/ext_flash_fatfs/main/ |
D | ext_flash_fatfs_example_main.c | 29 const char *base_path = "/extflash"; variable
|
/hal_espressif-3.5.0/components/spiffs/test_spiffs_host/ |
D | test_spiffs.cpp | 87 static void check_spiffs_files(spiffs *fs, const char *base_path, char* cur_path) in check_spiffs_files()
|