Searched refs:root_path (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_device.c | 381 char *root_path = G_ROOT_PATH; in u_device_root_node_init() local 382 unsigned int len = sizeof(u_dev_node_t) + strlen(root_path) + 1; in u_device_root_node_init() 395 strncpy(g_root_dev_node->name, root_path, strlen(root_path) + 1); in u_device_root_node_init() 396 g_root_dev_node->name[strlen(root_path)] = '\0'; in u_device_root_node_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/ |
A D | ymodem.py | 341 def recv_file(self, root_path, callback=None): argument 413 file_stream = open(os.path.join(root_path, file_name), 'wb+')
|
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/ |
A D | ymodem.py | 327 def recv_file(self, root_path, callback=None): argument 399 file_stream = open(os.path.join(root_path, file_name), 'wb+')
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | ymodemfile.py | 360 def recv_file(self, root_path, callback=None): argument 430 file_stream = open(os.path.join(root_path, file_name), 'wb+')
|
Completed in 84 milliseconds