Home
last modified time | relevance | path

Searched refs:basename (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-2.7.6/tools/ci/
Ddeploy_docs.py112 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))
Dcheck_callgraph.py218 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)
Dci_fetch_submodule.py41 base_name = os.path.basename(url)
50 renamed_path = os.path.join(os.path.dirname(path_name), os.path.basename(self.path))
Dcheck_build_warnings.py90 … logging.error('See {}:{} for details'.format(os.path.basename(build_item.build_log_path),
Dcheck_kconfigs.py99 filename = os.path.basename(path)
/hal_espressif-2.7.6/docs/idf_extensions/
Dgen_version_specific_includes.py148 def out_file(basename): argument
149 p = os.path.join(out_dir, '%s.inc' % basename)
Dutil.py67 filename_with_path = to_path + '/' + os.path.basename(from_url)
/hal_espressif-2.7.6/tools/kconfig/
Dconfdata.c736 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/
Dapp_test.py13 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/
DApp.py81 … test_suite_name = os.path.splitext(os.path.basename(sys.modules['__main__'].__file__))[0]
/hal_espressif-2.7.6/tools/
Dgen_esp_err_to_name.py222 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__)))
Dcheck_python_dependencies.py57 line = os.path.basename(line)
Dmkdfu.py137 self._add_cpio_flash_entry(os.path.basename(path), flash_addr, f.read())
/hal_espressif-2.7.6/tools/unit-test-app/
Didf_ext.py144 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/
Dargtable3.c1857 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 …]
Dargtable3.h135 const char **basename; /* Array of parsed basenames (eg: foo.bar) */ member
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/bin/
DRunner.py44 test_suite_name = os.path.splitext(os.path.basename(case_config))[0]
/hal_espressif-2.7.6/tools/test_apps/system/monitor_ide_integration/
Dapp_test.py65 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
/hal_espressif-2.7.6/tools/cmake/
Dconvert_to_cmake.py66 'COMPONENT_NAME': os.path.basename(component_path),
/hal_espressif-2.7.6/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py205 if os.path.basename(path) == 'cacrt_all.pem' and args.filter:
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DIDFApp.py54 file_name = os.path.basename(path)
463 if os.path.basename(dirpath) == app_path_underscored:
/hal_espressif-2.7.6/tools/ldgen/
Dentity.py133 archive = os.path.basename(results.archive_path)
/hal_espressif-2.7.6/examples/protocols/modbus/serial/
Dexample_test.py285 logger.info('Start script %s.' % os.path.basename(__file__))
/hal_espressif-2.7.6/tools/kconfig_new/
Dconfserver.py24 …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/
Dcommon.py119 self._app_name = os.path.basename(os.path.normpath(app_path))

12