Searched refs:exists (Results 1 – 25 of 84) sorted by relevance
1234
251 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 …]
58 if not os.path.exists(makefile_path):
83 if not os.path.exists(cmakelists_path):
143 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):
121 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):
20 if not os.path.exists(desc_path):56 if os.path.exists(esptool_wrapper_path):92 if not os.path.exists(elf_file):
148 if not os.path.exists(desc_path):268 if not os.path.exists(desc_path):274 if not os.path.exists(elf_file):
75 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):
116 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 …]
23 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):
54 assert os.path.exists(idf_path)55 assert os.path.exists(build_dir)
6 This test app exists to verify that paths (like __FILE__) are not compiled into
78 def exists(self, key): member in YMLConfig92 if not yml_config.exists(key):
40 if not os.path.exists(os.path.join(IDF_PATH, fn)):
120 $(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 \
223 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 …]
37 if not os.path.exists(output_path):167 if not os.path.exists(self.raw_data_path):
86 if not os.path.exists(log_folder):
27 if not os.path.exists(winpath):
14 # exists even if SPIRAM is not supported
60 if os.path.exists(_path):
66 # (to pick up a new signing key if one exists, etc.)89 # (to pick up a new verification key if one exists, etc.)
15 if not idf_path or not os.path.exists(idf_path):
27 if not os.path.exists(file_path):
49 if not folder.exists():