Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 84) sorted by relevance

1234

/hal_espressif-3.6.0/tools/find_build_apps/
Dcommon.py251 if self.size_json_fp and os.path.exists(self.size_json_fp):
254 assert os.path.exists(self.build_path)
255 assert os.path.exists(self.work_path)
273 if not self.size_json_fp or (not os.path.exists(self.size_json_fp)):
309 if os.path.exists(work_path):
317 if os.path.exists(build_path):
336 if os.path.exists(sdkconfig_file):
347 if not sdkconfig_path or not os.path.exists(sdkconfig_path):
369 if not os.path.exists(sdkconfig_path):
400 if not os.path.exists(readme_path):
[all …]
Dmake.py58 if not os.path.exists(makefile_path):
Dcmake.py83 if not os.path.exists(cmakelists_path):
/hal_espressif-3.6.0/tools/idf_py_actions/
Dtools.py143 if not os.path.exists(cache_path):
181 if not os.path.exists(project_dir):
185 if not os.path.exists(os.path.join(project_dir, 'CMakeLists.txt')):
195 cache = _parse_cmakecache(cache_path) if os.path.exists(cache_path) else {}
224 if os.path.exists(cache_path):
229 cache = _parse_cmakecache(cache_path) if os.path.exists(cache_path) else {}
270 if not os.path.exists(sdkconfig_file):
Dcore_ext.py121 if not os.path.exists(os.path.join(build_dir, 'CMakeCache.txt')):
128 if os.path.exists(red):
170 if os.path.exists(sdkconfig_old):
172 if os.path.exists(sdkconfig_path):
Dserial_ext.py20 if not os.path.exists(desc_path):
56 if os.path.exists(esptool_wrapper_path):
92 if not os.path.exists(elf_file):
Ddebug_ext.py148 if not os.path.exists(desc_path):
268 if not os.path.exists(desc_path):
274 if not os.path.exists(elf_file):
/hal_espressif-3.6.0/tools/cmake/
Dconvert_to_cmake.py75 if os.path.exists(os.path.join(component_path, obj) + '.' + ext):
104 if not os.path.exists(project_path):
106 if not os.path.exists(os.path.join(project_path, 'Makefile')):
110 if os.path.exists(project_cmakelists):
160 if os.path.exists(cmakelists_path):
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DIDFApp.py116 assert os.path.exists(artifact_index_file)
240 assert os.path.exists(self.binary_path)
268 assert os.path.exists(idf_path)
288 if os.path.exists(i):
387 assert os.path.exists(partition_tool)
471 if os.path.exists(path):
483 if os.path.exists(path):
501 if os.path.exists(path):
506 if os.path.exists(path):
512 if os.path.exists(path):
[all …]
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/
Dconfigure_ds.py23 if not idf_path or not os.path.exists(idf_path):
47 if os.path.exists(expected_json_path):
304 if os.path.exists(hmac_key_file):
306 if os.path.exists(csv_filename):
370 if (os.path.exists(args.privkey) is False):
374 if (os.path.exists(esp_ds_data_dir) is False):
/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/
Dcheck_for_file_paths.py54 assert os.path.exists(idf_path)
55 assert os.path.exists(build_dir)
DREADME.md6 This test app exists to verify that paths (like __FILE__) are not compiled into
/hal_espressif-3.6.0/tools/ci/
Dcheck_rules_yml.py78 def exists(self, key): member in YMLConfig
92 if not yml_config.exists(key):
Dcheck_executables.py40 if not os.path.exists(os.path.join(IDF_PATH, fn)):
/hal_espressif-3.6.0/tools/kconfig/
DMakefile120 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
268 if pkg-config --exists Qt5Core; then \
272 elif pkg-config --exists QtCore; then \
295 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
/hal_espressif-3.6.0/tools/
Didf_tools.py223 if os.path.exists(fullpath):
396 if os.path.exists(tmp_path):
652 if not os.path.exists(tool_path):
734 if os.path.exists(dest_dir):
984 if os.path.exists(version_file_path):
1040 if not os.path.exists(idf_env_file_path):
1252 if os.path.exists(virtualenv_python):
1483 if not os.path.exists(wheels_dir):
1493 if is_virtualenv and (not os.path.exists(idf_python_env_path) or reinstall):
1497 if os.path.exists(virtualenv_python):
[all …]
/hal_espressif-3.6.0/tools/ci/python_packages/idf_iperf_test_util/
DTestReport.py37 if not os.path.exists(output_path):
167 if not os.path.exists(self.raw_data_path):
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/
DApp.py86 if not os.path.exists(log_folder):
/hal_espressif-3.6.0/tools/windows/
Declipse_make.py27 if not os.path.exists(winpath):
/hal_espressif-3.6.0/components/esp_common/
DKconfig14 # exists even if SPIRAM is not supported
/hal_espressif-3.6.0/tools/ci/integration_test/
Dprepare_test_bins.py60 if os.path.exists(_path):
/hal_espressif-3.6.0/components/bootloader/
Dproject_include.cmake66 # (to pick up a new signing key if one exists, etc.)
89 # (to pick up a new verification key if one exists, etc.)
/hal_espressif-3.6.0/examples/security/flash_encryption/
Dexample_test.py15 if not idf_path or not os.path.exists(idf_path):
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
Dconfig.py27 if not os.path.exists(file_path):
/hal_espressif-3.6.0/zephyr/scripts/blobs/
Desp_genblobs.py49 if not folder.exists():

1234