Searched refs:dirpath (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/examples/protocols/http_server/file_serving/main/ |
D | file_server.c | 72 static esp_err_t http_resp_dir_html(httpd_req_t *req, const char *dirpath) in http_resp_dir_html() argument 81 DIR *dir = opendir(dirpath); in http_resp_dir_html() 82 const size_t dirpath_len = strlen(dirpath); in http_resp_dir_html() 85 strlcpy(entrypath, dirpath, sizeof(entrypath)); in http_resp_dir_html() 88 ESP_LOGE(TAG, "Failed to stat dir : %s", dirpath); in http_resp_dir_html()
|
/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/ |
D | check_for_file_paths.py | 61 for (dirpath, _, filepaths) in os.walk(build_dir): 62 … files += [os.path.join(dirpath, filepath) for filepath in filepaths if filepath.endswith('.obj')]
|
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/ |
D | IDFApp.py | 480 for dirpath in os.listdir(example_path): 481 if os.path.basename(dirpath) == app_path_underscored: 482 path = os.path.join(example_path, dirpath, self.config_name, self.target, 'build')
|