Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx.c103 const char *MP_VFS_LFSx(make_path)(MP_OBJ_VFS_LFSx * self, mp_obj_t path_in) { in MP_VFS_LFSx() argument
201 path = MP_VFS_LFSx(make_path)(self, args[1]);
221 const char *path = MP_VFS_LFSx(make_path)(self, path_in); in MP_VFS_LFSx()
232 const char *path = MP_VFS_LFSx(make_path)(self, path_in); in MP_VFS_LFSx()
243 const char *path_old = MP_VFS_LFSx(make_path)(self, path_old_in); in MP_VFS_LFSx()
262 const char *path = MP_VFS_LFSx(make_path)(self, path_o); in MP_VFS_LFSx()
275 const char *path = MP_VFS_LFSx(make_path)(self, path_in); in MP_VFS_LFSx()
352 const char *path = MP_VFS_LFSx(make_path)(self, path_in); in MP_VFS_LFSx()
469 path = MP_VFS_LFSx(make_path)(self, MP_OBJ_FROM_PTR(&path_obj)); in MP_VFS_LFSx()
A Dvfs_lfsx_file.c115 const char *path = MP_VFS_LFSx(make_path)(self, path_in); in MP_VFS_LFSx()
/AliOS-Things-master/components/SDL2/src/hidapi/
A DSDL_hidapi.c63 #define make_path PLATFORM_make_path macro
129 #undef make_path
242 #define make_path LIBUSB_make_path macro
293 #undef make_path
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c348 static int make_path(IOHIDDeviceRef device, char *buf, size_t len) in make_path() function
510 len = make_path(dev, cbuf, sizeof(cbuf)); in hid_enumerate()
740 len = make_path(os_dev, cbuf, sizeof(cbuf)); in hid_open_path()
1168 make_path(dev, cbuf, 256);
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c441 static char *make_path(libusb_device *dev, int interface_number) in make_path() function
628 cur_dev->path = make_path(dev, interface_num); in hid_enumerate()
991 char *dev_path = make_path(usb_dev, intf_desc->bInterfaceNumber); in hid_open_path()

Completed in 17 milliseconds