Home
last modified time | relevance | path

Searched defs:path (Results 51 – 75 of 144) sorted by relevance

123456

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_dir.c60 static int test_lsdir(const char *path) in test_lsdir()
Dcommon.c27 int check_file_dir_exists(const char *path) in check_file_dir_exists()
/Zephyr-latest/scripts/build/
Dparse_syscalls.py143 def update_file_if_changed(path, new): argument
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c117 struct lwm2m_obj_path path; in cmd_exec() local
167 struct lwm2m_obj_path path; in cmd_read() local
320 struct lwm2m_obj_path path; in cmd_write() local
391 struct lwm2m_obj_path path; in cmd_create_or_delete() local
736 char path[LWM2M_MAX_PATH_STR_SIZE]; in print_object_instance() local
811 struct lwm2m_obj_path path; in cmd_ls() local
Dlwm2m_registry.h211 struct lwm2m_obj_path path; member
Dipso_buzzer.c103 struct lwm2m_obj_path path = LWM2M_OBJ(IPSO_OBJECT_BUZZER_ID, buzzer->obj_inst_id, in start_buzzer() local
130 struct lwm2m_obj_path path = LWM2M_OBJ(IPSO_OBJECT_BUZZER_ID, buzzer->obj_inst_id, in stop_buzzer() local
Dlwm2m_rw_opaque.c94 struct lwm2m_obj_path *path, char *buf, in put_opaque()
Dlwm2m_observation.h60 struct lwm2m_obj_path path; member
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common_dir.c71 int test_lsdir(const char *path) in test_lsdir()
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c65 static int test_lsdir(const char *path) in test_lsdir()
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py461 def mock_chdir(path, *args, **kwargs): argument
632 def mock_fsdp(path, *args, **kwargs): argument
635 def mock_find(path, *args, **kwargs): argument
698 def mock_isdir(path, *args, **kwargs): argument
Dtest_scl.py38 def find_spec(self, fullname, path, target=None): argument
101 def find_spec(self, fullname, path, target=None): argument
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c96 char path[CONFIG_MCUMGR_GRP_FS_PATH_LEN + 1]; member
147 static int fs_mgmt_filelen(const char *path, size_t *out_len) in fs_mgmt_filelen()
207 char path[CONFIG_MCUMGR_GRP_FS_PATH_LEN + 1]; in fs_mgmt_file_download() local
571 char path[CONFIG_MCUMGR_GRP_FS_PATH_LEN + 1]; in fs_mgmt_file_status() local
653 char path[CONFIG_MCUMGR_GRP_FS_PATH_LEN + 1]; in fs_mgmt_file_hash_checksum() local
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.h152 const char *path; /* path of inode */ member
/Zephyr-latest/subsys/bluetooth/mesh/
Dsolicitation.c100 char *path = "bt/mesh/SSeq"; in bt_mesh_sseq_pending_store() local
400 char path[18]; in srpl_entry_clear() local
410 char path[18]; in srpl_store() local
Drpl.c55 char path[18]; in clear_rpl() local
322 char path[18]; in store_rpl() local
/Zephyr-latest/modules/lvgl/
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()
169 static void *lvgl_fs_dir_open(lv_fs_drv_t *drv, const char *path) in lvgl_fs_dir_open()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_iso.h22 struct bt_iso_chan_path path; member
/Zephyr-latest/doc/develop/west/
Dmanifest.rst1532 .. _west-manifest-ex2.1:
1534 Example 2.1: Downstream of a Zephyr release with explicit path
1558 .. _west-manifest-ex2.2:
1560 Example 2.2: Downstream with directory of manifest files
1629 Example 2.3: Continuous Integration overrides
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_file.c145 int fsutil_read_file(const char *path, off_t offset, size_t len, void *dst, in fsutil_read_file()
170 int fsutil_write_file(const char *path, const void *data, size_t len) in fsutil_write_file()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c55 static bool match_path_uri(const char * const *path, in match_path_uri()
236 static int format_uri(const char * const *path, in format_uri()
539 static int format_uri(const char * const *path, struct coap_packet *response) in format_uri()
715 bool _coap_match_path_uri(const char * const *path, in _coap_match_path_uri()
/Zephyr-latest/drivers/input/
Dinput_analog_axis_settings.c88 char path[ANALOG_AXIS_SETTINGS_PATH_MAX]; in analog_axis_calibration_save() local
/Zephyr-latest/drivers/sensor/st/stm32_temp/
Dstm32_temp.c71 const uint32_t path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(adc)); in adc_enable_tempsensor_channel() local
81 const uint32_t path = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(adc)); in adc_disable_tempsensor_channel() local
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c69 static int test_lsdir(const char *path, bool thread_safe) in test_lsdir()
/Zephyr-latest/arch/common/
Dsemihost.c17 const char *path; member
62 long semihost_open(const char *path, long mode) in semihost_open()

123456