Searched refs:path_name (Results 1 – 5 of 5) sorted by relevance
39 char *path_name; member395 char *path_name = NULL; in u_device_rpc_open() local412 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 …]
230 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 …]
236 char path_name[256]; in do_extract_currentfile() local241 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()
31 int audio_player_play_file(const char *path_name, audio_player_playback_cb cb);
72 char *path_name; member
Completed in 15 milliseconds