/hal_espressif-3.4.0/components/fatfs/test/ |
D | test_fatfs_common.c | 47 void test_fatfs_overwrite_append(const char* filename) in test_fatfs_overwrite_append() 82 void test_fatfs_read_file(const char* filename) in test_fatfs_read_file() 93 void test_fatfs_read_file_utf_8(const char* filename) in test_fatfs_read_file_utf_8() 104 void test_fatfs_pread_file(const char* filename) in test_fatfs_pread_file() 143 static void test_pwrite(const char *filename, off_t offset, const char *msg) in test_pwrite() 158 static void test_file_content(const char *filename, const char *msg) in test_file_content() 171 void test_fatfs_pwrite_file(const char *filename) in test_fatfs_pwrite_file() 202 void test_fatfs_lseek(const char* filename) in test_fatfs_lseek() 243 void test_fatfs_truncate_file(const char* filename) in test_fatfs_truncate_file() 318 void test_fatfs_stat(const char* filename, const char* root_dir) in test_fatfs_stat() [all …]
|
D | test_fatfs_rawflash.c | 240 const char* filename; member
|
/hal_espressif-3.4.0/components/spiffs/test/ |
D | test_spiffs.c | 45 void test_spiffs_overwrite_append(const char* filename) in test_spiffs_overwrite_append() 80 void test_spiffs_read_file(const char* filename) in test_spiffs_read_file() 107 void test_spiffs_lseek(const char* filename) in test_spiffs_lseek() 132 void test_spiffs_stat(const char* filename) in test_spiffs_stat() 141 void test_spiffs_unlink(const char* filename) in test_spiffs_unlink() 339 const char* filename; member 488 const char* filename = "/spiffs/hello.txt"; variable 503 const char* filename = "/spiffs/hello.txt"; variable 617 const char* filename = "/spiffs/time"; variable 656 const char filename[] = "/spiffs/utime.txt"; variable
|
/hal_espressif-3.4.0/tools/kconfig_new/ |
D | confgen.py | 329 def write_config(deprecated_options, config, filename): argument 339 def write_makefile(deprecated_options, config, filename): argument 389 def write_header(deprecated_options, config, filename): argument 400 def write_cmake(deprecated_options, config, filename): argument 466 def write_json(deprecated_options, config, filename): argument 496 def write_json_menus(deprecated_options, config, filename): argument 589 def write_docs(deprecated_options, config, filename): argument
|
D | gen_kconfig_doc.py | 151 def write_docs(config, visibility, filename): argument
|
/hal_espressif-3.4.0/examples/protocols/http_server/file_serving/main/ |
D | file_server.c | 157 #define IS_FILE_EXT(filename, ext) \ argument 161 static esp_err_t set_content_type_from_file(httpd_req_t *req, const char *filename) in set_content_type_from_file() 213 …const char *filename = get_path_from_uri(filepath, ((struct file_server_data *)req->user_ctx)->bas… in download_get_handler() local 296 …const char *filename = get_path_from_uri(filepath, ((struct file_server_data *)req->user_ctx)->bas… in upload_post_handler() local 409 …const char *filename = get_path_from_uri(filepath, ((struct file_server_data *)req->user_ctx)->bas… in delete_post_handler() local
|
/hal_espressif-3.4.0/components/nvs_flash/test_nvs_host/ |
D | spi_flash_emulation.h | 43 SpiFlashEmulator(const char *filename) in SpiFlashEmulator() 156 void load(const char* filename) in load() 169 void save(const char* filename) in save()
|
/hal_espressif-3.4.0/docs/ |
D | generate_chart.py | 63 def __init__(self, url=None, filename=None): argument 81 def _get_all_version_from_url(self, url=None, filename=None): argument 85 def _get_releases_from_url(self, url=None, filename=None): argument
|
/hal_espressif-3.4.0/tools/ |
D | mkdfu.py | 180 self, filename, flash_addr, data argument 195 self, filename, data, first=False, trailer=False argument
|
D | idf_tools.py | 273 def get_file_size_sha256(filename, block_size=65536): # type: (str, int) -> Tuple[int, str] argument 298 def unpack(filename, destination): # type: (str, str) -> None argument 324 def urlretrieve_ctx(url, filename, reporthook=None, data=None, context=None): argument
|
/hal_espressif-3.4.0/examples/peripherals/i2s/i2s_adc_dac/tools/ |
D | generate_audio_file.py | 14 def get_wave_array_str(filename, target_bits): # type: (str, int) -> str argument
|
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/ |
D | wrap_stub.py | 75 def stub_name(filename): argument
|
/hal_espressif-3.4.0/tools/idf_py_actions/ |
D | create_ext.py | 13 def replace_in_file(filename, pattern, replacement): argument
|
/hal_espressif-3.4.0/tools/cmake/ |
D | utilities.cmake | 214 set(filename "${CMAKE_CURRENT_BINARY_DIR}/${filename}.cmake") variable
|
/hal_espressif-3.4.0/components/xtensa/trax/ |
D | traceparse.py | 306 def parse_and_dump(filename, disassemble=WITH_GDB): argument
|
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/ |
D | bin_image.py | 489 def save(self, filename): argument 611 def save(self, filename): argument 853 def save(self, filename): argument
|
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/main/ |
D | rest_server.c | 36 #define CHECK_FILE_EXTENSION(filename, ext) (strcasecmp(&filename[strlen(filename) - strlen(ext)], … argument
|
/hal_espressif-3.4.0/components/bt/common/osi/ |
D | config.c | 82 config_t *config_new(const char *filename) in config_new() 385 bool config_save(const config_t *config, const char *filename) in config_save()
|
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/ |
D | cmd_pcap.c | 54 char filename[PCAP_FILE_NAME_MAX_LEN]; member
|
/hal_espressif-3.4.0/tools/test_apps/system/panic/test_panic_util/ |
D | test_panic_util.py | 290 def run_all(filename, case_filter=[]): argument
|
/hal_espressif-3.4.0/tools/ci/ |
D | check_callgraph.py | 78 …def __init__(self, name, addr, local, filename, section): # type: (str, int, bool, Optional[str],… argument
|
/hal_espressif-3.4.0/components/efuse/ |
D | efuse_table_gen.py | 446 def ckeck_md5_in_file(md5, filename): argument
|
/hal_espressif-3.4.0/components/console/argtable3/ |
D | argtable3.h | 134 const char **filename; /* Array of parsed filenames (eg: /home/foo.bar) */ member
|
/hal_espressif-3.4.0/components/console/linenoise/ |
D | linenoise.c | 1239 int linenoiseHistorySave(const char *filename) { in linenoiseHistorySave() 1256 int linenoiseHistoryLoad(const char *filename) { in linenoiseHistoryLoad()
|
/hal_espressif-3.4.0/tools/kconfig/ |
D | mconf.c | 296 static char filename[PATH_MAX+1]; variable
|