Home
last modified time | relevance | path

Searched refs:path_name (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/devicevfs/src/
A Ddevice_vfs_core.c39 char *path_name; member
395 char *path_name = NULL; in u_device_rpc_open() local
412 if (!strcmp(dev_n->path_name, path_name)) in u_device_rpc_open()
591 path_name = dev_n->path_name; in u_device_rpc_close()
846 p = path_name; in aos_dev_reg_with_flag()
866 dev_n->path_name = path_name; in aos_dev_reg_with_flag()
927 if (path_name) { in aos_dev_reg_with_flag()
928 free(path_name); in aos_dev_reg_with_flag()
929 path_name = NULL; in aos_dev_reg_with_flag()
1016 p = path_name; in aos_dev_unreg()
[all …]
/AliOS-Things-master/components/drivers/core/base/core/
A Du_device.c230 ddkc_dbg("parent pathname:%s\r\n", dev_node->parent->path_name); in u_dev_node_get_pathname()
232 len = strlen(dev_node->parent->path_name); in u_dev_node_get_pathname()
234 strncpy(pathname, dev_node->parent->path_name, len); in u_dev_node_get_pathname()
277 dev_node->path_name = u_dev_node_get_pathname(dev_node); in u_device_node_create()
279 ddkc_info("path_name:%s added\r\n", dev_node->path_name); in u_device_node_create()
297 if (dev_node->path_name) in u_device_node_delete()
298 free(dev_node->path_name); in u_device_node_delete()
325 if (!path_name || !g_root_dev_node) { in u_device_node_find_by_pathname()
331 if (!strcmp(path_name, dev_node->path_name)) { in u_device_node_find_by_pathname()
336 ddkc_dbg("dev_node with pathname[%s] not found\r\n", path_name); in u_device_node_find_by_pathname()
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dminiunz.c236 char path_name[256]; in do_extract_currentfile() local
241 path_name[path_length] = *p; in do_extract_currentfile()
243 path_name[path_length] = '\0'; in do_extract_currentfile()
245 strcat(absolute_path_name, path_name); in do_extract_currentfile()
249 path_name[path_length] = '/'; in do_extract_currentfile()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/wifi_app/audio_dec/
A Daudio_player.h31 int audio_player_play_file(const char *path_name, audio_player_playback_cb cb);
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/
A Du_device.h72 char *path_name; member

Completed in 15 milliseconds