Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/
Dfile_server.c209 char filepath[FILE_PATH_MAX]; in download_get_handler() local
290 char filepath[FILE_PATH_MAX]; in upload_post_handler() local
404 char filepath[FILE_PATH_MAX]; in delete_post_handler() local
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/
Drest_server.c39 static esp_err_t set_content_type_from_file(httpd_req_t *req, const char *filepath) in set_content_type_from_file()
61 char filepath[FILE_PATH_MAX]; in rest_common_get_handler() local
/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py685 def set_target_filepath(outdir, filepath): argument