Searched refs:entrytype (Results 1 – 1 of 1) sorted by relevance
76 const char *entrytype; in http_resp_dir_html() local114 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()