Home
last modified time | relevance | path

Searched refs:entrytype (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/
Dfile_server.c76 const char *entrytype; in http_resp_dir_html() local
114 entrytype = (entry->d_type == DT_DIR ? "directory" : "file"); in http_resp_dir_html()
118 ESP_LOGE(TAG, "Failed to stat %s : %s", entrytype, entry->d_name); in http_resp_dir_html()
122 ESP_LOGI(TAG, "Found %s : %s (%s bytes)", entrytype, entry->d_name, entrysize); in http_resp_dir_html()
134 httpd_resp_sendstr_chunk(req, entrytype); in http_resp_dir_html()