Home
last modified time | relevance | path

Searched defs:base_path (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.5.0/components/fatfs/vfs/
Dvfs_fat_spiflash.c29 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()
Dvfs_fat_sdmmc.c48 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()
Dvfs_fat.c29 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/
Dfile_server.c37 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()
Dmain.c199 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/
Dmsc_host_vfs.c21 char *base_path; member
55 const char *base_path, in msc_host_vfs_register()
/hal_espressif-3.5.0/components/vfs/
Dvfs_semihost.c108 …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()
Dvfs.c64 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/
DIDFApp.py148 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/
Drest_server.c32 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/
Dwear_levelling_example_main.c26 const char *base_path = "/spiflash"; variable
/hal_espressif-3.5.0/components/spiffs/include/
Desp_spiffs.h29 const char* base_path; /*!< File path prefix associated with the filesystem. */ member
/hal_espressif-3.5.0/examples/build_system/cmake/import_lib/main/
Dmain.cpp20 const char *base_path = "/spiflash"; variable
/hal_espressif-3.5.0/components/spiffs/
Dspiffs_api.h37 char base_path[ESP_VFS_PATH_MAX+1]; /*!< Mount point */ member
/hal_espressif-3.5.0/examples/storage/ext_flash_fatfs/main/
Dext_flash_fatfs_example_main.c29 const char *base_path = "/extflash"; variable
/hal_espressif-3.5.0/components/spiffs/test_spiffs_host/
Dtest_spiffs.cpp87 static void check_spiffs_files(spiffs *fs, const char *base_path, char* cur_path) in check_spiffs_files()