Home
last modified time | relevance | path

Searched refs:path (Results 1 – 20 of 20) sorted by relevance

/modules/openthread/platform/
A Dsettings.c43 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 Dcreate_psa_files.py13 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 DKconfig174 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 Dlvgl_fs.c56 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 DKconfig66 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 DKconfig.libmetal14 string "libmetal library source path"
18 This option specifies the path to the source for the libmetal library
A DKconfig.open-amp17 string "OpenAMP library source path"
21 This option specifies the path to the source for the open-amp library
A DKconfig.mcuboot55 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 DKconfig25 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 DTSSLSocket.h280 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 DTSSLSocket.cpp430 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 DTServerSocket.h74 TServerSocket(const std::string &path);
/modules/hal_infineon/btstack-integration/
A DCMakeLists.txt90 # 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 Dfixup.cmake7 # So expose the driver header include path, make the shim driver can use them.
/modules/nanopb/
A Dnanopb.cmake14 and in path. See https://docs.zephyrproject.org/latest/samples/modules/nanopb/README.html")
/modules/trusted-firmware-m/
A DCMakeLists.txt238 # 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 DKconfig.tfm286 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 DCMakeLists.txt53 # path on this directory instead
/modules/hal_nxp/mcux/
A Dreadme.md52 their include path.
/modules/openthread/
A DKconfig238 Provides path to compile vendor hook file.

Completed in 27 milliseconds