Searched refs:dirname (Results 201 – 225 of 244) sorted by relevance
12345678910
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/creds/ |
D | convert_keys.py | 29 creds_dir = os.path.dirname(os.path.realpath(__file__))
|
/Zephyr-latest/scripts/build/ |
D | gen_strsignal_table.py | 48 os.makedirs(os.path.dirname(output))
|
D | gen_strerror_table.py | 53 os.makedirs(os.path.dirname(output))
|
D | gen_device_deps.py | 37 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..',
|
D | check_init_priorities.py | 32 sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..",
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | access.sh | 5 source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_srv_recovery.sh | 5 source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/blob_mdls/ |
D | blob_srv_persistence.sh | 5 source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | test_app_vs_openssl.py | 13 this_path = os.path.dirname(os.path.abspath(__file__))
|
/Zephyr-latest/scripts/dts/ |
D | gen_edt.py | 28 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'python-devicetree',
|
D | gen_dts_cmake.py | 48 sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'python-devicetree',
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_footprint.py | 88 os.path.dirname(out_path), 214 os.path.dirname(out_path), 283 os.path.dirname(out_path), 356 os.path.dirname(out_path), 453 os.path.dirname(out_path),
|
/Zephyr-latest/modules/mbedtls/ |
D | create_psa_files.py | 12 SCRIPT_PATH = os.path.dirname(__file__)
|
/Zephyr-latest/lib/posix/options/ |
D | fs.c | 249 DIR *opendir(const char *dirname) in opendir() argument 262 rc = fs_opendir(&ptr->dir, dirname); in opendir()
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 288 d = os.path.dirname(f) 305 tests.add(os.path.dirname(yaml)) 309 d = os.path.dirname(d) 311 d = os.path.dirname(d)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | spi_burn.py | 91 cwd=os.path.dirname(self.iceman_path),
|
D | intel_cyclonev.py | 62 if path.exists(i) and not path.samefile(path.dirname(i), support): 64 search_args.append(path.dirname(i))
|
D | openocd.py | 87 if path.exists(i) and not path.samefile(path.dirname(i), support): 89 search_args.append(path.dirname(i))
|
/Zephyr-latest/tests/bsim/ |
D | sh_common.source | 53 local PA="$(cd -- "$(dirname "${BASH_SOURCE[2]}")" && pwd)"
|
/Zephyr-latest/arch/x86/zefi/ |
D | zefi.py | 20 base_dir = os.path.dirname(os.path.abspath(__file__))
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 113 doc_dir = os.path.dirname(self.get_source_info()[0])
|
D | doxybridge.py | 116 doc_dir = os.path.dirname(self.document.get("source"))
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | environment.py | 906 if dirname := os.path.dirname(scenario): 907 options.testsuite_root.append(dirname)
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 26 TOP_DIR = os.path.join(os.path.dirname(__file__), "..", "..")
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 22 SCRIPTS_DIR = os.path.join(os.path.dirname(__file__), "..")
|
12345678910