| /modules/openthread/platform/ |
| A D | settings.c | 43 char path[OT_SETTINGS_MAX_PATH_LEN]; in ot_setting_delete_cb() local 60 ret = snprintk(path, sizeof(path), "%s%s%s", ctx->subtree, in ot_setting_delete_cb() 64 LOG_DBG("Removing: %s", path); in ot_setting_delete_cb() 66 ret = settings_delete(path); in ot_setting_delete_cb() 224 char path[OT_SETTINGS_MAX_PATH_LEN]; in otPlatSettingsGet() local 236 ret = snprintk(path, sizeof(path), "%s/%x", OT_SETTINGS_ROOT_KEY, aKey); in otPlatSettingsGet() 257 char path[OT_SETTINGS_MAX_PATH_LEN]; in otPlatSettingsSet() local 265 ret = snprintk(path, sizeof(path), "%s/%x", OT_SETTINGS_ROOT_KEY, aKey); in otPlatSettingsSet() 281 char path[OT_SETTINGS_MAX_PATH_LEN]; in otPlatSettingsAdd() local 288 ret = snprintk(path, sizeof(path), "%s/%x/%08x", in otPlatSettingsAdd() [all …]
|
| /modules/mbedtls/ |
| A D | create_psa_files.py | 13 SCRIPT_PATH = os.path.dirname(__file__) 14 INPUT_REL_PATH = os.path.join("..", "..", "..", "modules", "crypto", "mbedtls", 16 INPUT_FILE = os.path.normpath(os.path.join(SCRIPT_PATH, INPUT_REL_PATH)) 18 KCONFIG_PATH=os.path.join(SCRIPT_PATH, "Kconfig.psa.auto") 19 HEADER_PATH=os.path.join(SCRIPT_PATH, "configs", "config-psa.h") 42 """.format(os.path.basename(__file__), INPUT_REL_PATH) 60 """.format(os.path.basename(__file__), INPUT_REL_PATH)
|
| A D | Kconfig | 174 string "mbedTLS install path" 177 This option holds the path where the mbedTLS libraries and headers are 241 Add MBEDTLS header files to the 'app' include path. It may be
|
| /modules/lvgl/ |
| A D | lvgl_fs.c | 56 static void *lvgl_fs_open(lv_fs_drv_t *drv, const char *path, lv_fs_mode_t mode) in lvgl_fs_open() argument 65 path--; in lvgl_fs_open() 81 err = fs_open((struct fs_file_t *)file, path, zmode); in lvgl_fs_open() 173 static void *lvgl_fs_dir_open(lv_fs_drv_t *drv, const char *path) in lvgl_fs_dir_open() argument 181 path--; in lvgl_fs_dir_open() 189 err = fs_opendir((struct fs_dir_t *)dir, path); in lvgl_fs_dir_open()
|
| A D | Kconfig | 66 Add LVGL header files to the 'app' include path. It may be 198 Must be defined to include path of CMSIS header of target processor
|
| /modules/ |
| A D | Kconfig.libmetal | 14 string "libmetal library source path" 18 This option specifies the path to the source for the libmetal library
|
| A D | Kconfig.open-amp | 17 string "OpenAMP library source path" 21 This option specifies the path to the source for the open-amp library
|
| A D | Kconfig.mcuboot | 55 This option should contain a path to the same file as the 56 BOOT_SIGNATURE_KEY_FILE option in your MCUboot .config. The path 60 config option can be a relative path from the MCUboot repository 86 This option should either be an absolute path or a path relative to
|
| /modules/hal_silabs/simplicity_sdk/ |
| A D | Kconfig | 25 The header file must be available on the include path. 33 The header file must be available on the include path.
|
| /modules/thrift/src/thrift/transport/ |
| A D | TSSLSocket.h | 280 virtual void loadCertificate(const char *path, const char *format = "PEM"); 289 virtual void loadPrivateKey(const char *path, const char *format = "PEM"); 296 virtual void loadTrustedCertificates(const char *path, const char *capath = nullptr);
|
| A D | TSSLSocket.cpp | 430 void TSSLSocketFactory::loadCertificate(const char *path, const char *format) in loadCertificate() argument 432 if (path == nullptr || format == nullptr) { in loadCertificate() 466 void TSSLSocketFactory::loadPrivateKey(const char *path, const char *format) in loadPrivateKey() argument 468 if (path == nullptr || format == nullptr) { in loadPrivateKey() 502 void TSSLSocketFactory::loadTrustedCertificates(const char *path, const char *capath) in loadTrustedCertificates() argument 504 if (path == nullptr) { in loadTrustedCertificates()
|
| A D | TServerSocket.h | 74 TServerSocket(const std::string &path);
|
| /modules/hal_infineon/btstack-integration/ |
| A D | CMakeLists.txt | 90 # use user provided FIRMWARE HCD file (path must be defined in CONFIG_AIROC_CUSTOM_FIRMWARE_HCD_BLO… 92 # Allowed to pass absolute path to HCD blob file, or relative path from Application folder.
|
| /modules/hal_nxp/mcux/mcux-sdk-ng/ |
| A D | fixup.cmake | 7 # So expose the driver header include path, make the shim driver can use them.
|
| /modules/nanopb/ |
| A D | nanopb.cmake | 14 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")
|
| /modules/trusted-firmware-m/ |
| A D | CMakeLists.txt | 238 # or only allow it when 'QCBOR_PATH' is set to a local path where QCBOR has 249 # Supply path to NXP HAL sources used for TF-M build 255 # Supply path to hal_adi for TF-M build 260 # Supply path to MCUboot for TF-M build 458 # Add the MCUBoot script to the path so that if there is a version of imgtool in there then
|
| A D | Kconfig.tfm | 286 The path and filename for the .pem file containing the private key 295 The path and filename for the .pem file containing the private key
|
| /modules/hal_nxp/s32/ |
| A D | CMakeLists.txt | 53 # path on this directory instead
|
| /modules/hal_nxp/mcux/ |
| A D | readme.md | 52 their include path.
|
| /modules/openthread/ |
| A D | Kconfig | 238 Provides path to compile vendor hook file.
|