/hal_espressif-2.7.6/tools/ci/ |
D | deploy_docs.py | 112 tarball_name = os.path.basename(tarball_path) 157 target = os.path.basename(target_dirname) 158 language = os.path.basename(os.path.dirname(target_dirname)) 169 pdf_filename = os.path.basename(pdf_path) 171 target = os.path.basename(target_dirname) 172 language = os.path.basename(os.path.dirname(target_dirname))
|
D | check_callgraph.py | 218 return os.path.basename(rtl_filename).startswith(symbol_filename) 344 for basename in files: 345 if basename.endswith(ext): 346 filename = os.path.join(root, basename)
|
D | ci_fetch_submodule.py | 41 base_name = os.path.basename(url) 50 renamed_path = os.path.join(os.path.dirname(path_name), os.path.basename(self.path))
|
D | check_build_warnings.py | 90 … logging.error('See {}:{} for details'.format(os.path.basename(build_item.build_log_path),
|
D | check_kconfigs.py | 99 filename = os.path.basename(path)
|
/hal_espressif-2.7.6/docs/idf_extensions/ |
D | gen_version_specific_includes.py | 148 def out_file(basename): argument 149 p = os.path.join(out_dir, '%s.inc' % basename)
|
D | util.py | 67 filename_with_path = to_path + '/' + os.path.basename(from_url)
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | confdata.c | 736 const char *basename; in conf_write() local 749 basename = conf_get_configname(); in conf_write() 755 basename = slash + 1; in conf_write() 757 basename = conf_get_configname(); in conf_write() 759 basename = name; in conf_write() 761 basename = conf_get_configname(); in conf_write() 763 sprintf(newname, "%s%s", dirname, basename); in conf_write() 817 strcat(dirname, basename); in conf_write()
|
/hal_espressif-2.7.6/tools/test_apps/system/startup/ |
D | app_test.py | 13 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
|
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/ |
D | App.py | 81 … test_suite_name = os.path.splitext(os.path.basename(sys.modules['__main__'].__file__))[0]
|
/hal_espressif-2.7.6/tools/ |
D | gen_esp_err_to_name.py | 222 return os.path.basename(path) 272 …fout.write('//Do not edit this file because it is autogenerated by ' + os.path.basename(__file__) … 337 … include_as_pattern = re.compile(r'\s*//\s*{}: [^"]* "([^"]+)"'.format(os.path.basename(__file__)))
|
D | check_python_dependencies.py | 57 line = os.path.basename(line)
|
D | mkdfu.py | 137 self._add_cpio_flash_entry(os.path.basename(path), flash_addr, f.read())
|
/hal_espressif-2.7.6/tools/unit-test-app/ |
D | idf_ext.py | 144 os.path.join(dest, 'partition_table', os.path.basename(partition_table)), 153 binaries = [os.path.basename(s) for s in binaries]
|
/hal_espressif-2.7.6/components/console/argtable3/ |
D | argtable3.c | 1857 static const char * arg_extension(const char *basename) in arg_extension() argument 1860 const char *result = (basename ? strrchr(basename, '.') : NULL); in arg_extension() 1863 if (basename && !result) in arg_extension() 1864 result = basename + strlen(basename); in arg_extension() 1867 if (basename && result == basename) in arg_extension() 1868 result = basename + strlen(basename); in arg_extension() 1871 if (basename && result && result[1] == '\0') in arg_extension() 1872 result = basename + strlen(basename); in arg_extension() 1897 parent->basename[parent->count] = arg_basename(argval); in arg_file_scanfn() 1899 …arg_extension(parent->basename[parent->count]); /* only seek extens… in arg_file_scanfn() [all …]
|
D | argtable3.h | 135 const char **basename; /* Array of parsed basenames (eg: foo.bar) */ member
|
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/bin/ |
D | Runner.py | 44 test_suite_name = os.path.splitext(os.path.basename(case_config))[0]
|
/hal_espressif-2.7.6/tools/test_apps/system/monitor_ide_integration/ |
D | app_test.py | 65 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
|
/hal_espressif-2.7.6/tools/cmake/ |
D | convert_to_cmake.py | 66 'COMPONENT_NAME': os.path.basename(component_path),
|
/hal_espressif-2.7.6/components/mbedtls/esp_crt_bundle/ |
D | gen_crt_bundle.py | 205 if os.path.basename(path) == 'cacrt_all.pem' and args.filter:
|
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/ |
D | IDFApp.py | 54 file_name = os.path.basename(path) 463 if os.path.basename(dirpath) == app_path_underscored:
|
/hal_espressif-2.7.6/tools/ldgen/ |
D | entity.py | 133 archive = os.path.basename(results.archive_path)
|
/hal_espressif-2.7.6/examples/protocols/modbus/serial/ |
D | example_test.py | 285 logger.info('Start script %s.' % os.path.basename(__file__))
|
/hal_espressif-2.7.6/tools/kconfig_new/ |
D | confserver.py | 24 …ion='confserver.py v%s - Config Generation Tool' % __version__, prog=os.path.basename(sys.argv[0]))
|
/hal_espressif-2.7.6/tools/find_build_apps/ |
D | common.py | 119 self._app_name = os.path.basename(os.path.normpath(app_path))
|