Home
last modified time | relevance | path

Searched full:basename (Results 1 – 25 of 38) sorted by relevance

12

/hal_espressif-3.4.0/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_blobs.sh39 wifi_targets=$(find . -type d -name 'esp*' -exec basename {} \; | sort)
48 phy_targets=$(find . -type d -name 'esp*' -exec basename {} \; | sort)
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_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)
Dcheck_build_warnings.py94 … logging.error('See {}:{} for details'.format(os.path.basename(build_item.build_log_path),
/hal_espressif-3.4.0/tools/test_apps/system/flash_psram/
Dapp_test.py29 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
38 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
47 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
/hal_espressif-3.4.0/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-3.4.0/tools/test_apps/system/startup/
Dapp_test.py15 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
/hal_espressif-3.4.0/tools/test_apps/phy/phy_multi_init_data_test/
Dapp_test.py16 config_names = [os.path.basename(s).replace('sdkconfig.ci.', '') for s in config_files]
/hal_espressif-3.4.0/components/console/argtable3/
Dargtable3.c1844 result = filename; /* neither file separator was found so basename is the whole filename */ in arg_basename()
1854 /* Returns ptr to the file extension within *basename */
1855 static const char * arg_extension(const char *basename) in arg_extension() argument
1857 /* find the last occurrence of '.' in basename */ in arg_extension()
1858 const char *result = (basename ? strrchr(basename, '.') : NULL); in arg_extension()
1860 /* if no '.' was found then return pointer to end of basename */ in arg_extension()
1861 if (basename && !result) in arg_extension()
1862 result = basename + strlen(basename); in arg_extension()
1865 if (basename && result == basename) in arg_extension()
1866 result = basename + strlen(basename); in arg_extension()
[all …]
/hal_espressif-3.4.0/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-3.4.0/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.py46 line = os.path.basename(line)
Dbuild_apps.py132 log_filename = os.path.basename(build_info.build_log_path)
/hal_espressif-3.4.0/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-3.4.0/components/esptool_py/esptool/flasher_stub/
Dwrap_stub.py77 return os.path.splitext(os.path.basename(filename))[0] + ".json"
/hal_espressif-3.4.0/zephyr/scripts/blobs/
Desp_genblobs.py66 return tail or ntpath.basename(head)
/hal_espressif-3.4.0/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-3.4.0/tools/ci/python_packages/tiny_test_fw/bin/
DRunner.py45 test_suite_name = os.path.splitext(os.path.basename(case_config))[0]
/hal_espressif-3.4.0/zephyr/scripts/pinctrl/
Desp_genpinctrl.py103 soc = os.path.basename(pcfg_in).replace('.yml', '')
/hal_espressif-3.4.0/tools/idf_monitor_base/
Dlogger.py75 name = 'log.{}.{}.txt'.format(os.path.splitext(os.path.basename(self.elf_file))[0],
/hal_espressif-3.4.0/
D.gitlab-ci.yml82 ARCH_NAME=$(basename $OOCD_DISTRO_URL)
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py205 if os.path.basename(path) == 'cacrt_all.pem' and args.filter:
/hal_espressif-3.4.0/components/partition_table/
Dcheck_sizes.py85 bin_name = os.path.basename(bin_file.name)
/hal_espressif-3.4.0/tools/cmake/
Dconvert_to_cmake.py66 'COMPONENT_NAME': os.path.basename(component_path),

12