| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/ |
| H A D | musicplayer.cpp | 81 void MusicPlayer::openFile() in openFile() function in MusicPlayer 115 openFile(); in togglePlayback() 263 connect(openButton, &QAbstractButton::clicked, this, &MusicPlayer::openFile); in createWidgets() 305 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
|
| H A D | musicplayer.h | 67 void openFile(); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/ |
| H A D | musicplayer.cpp | 80 void MusicPlayer::openFile() in openFile() function in MusicPlayer 114 openFile(); in togglePlayback() 262 connect(openButton, &QAbstractButton::clicked, this, &MusicPlayer::openFile); in createWidgets() 313 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
|
| H A D | musicplayer.h | 63 void openFile(); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/ |
| H A D | musicplayer.cpp | 81 void MusicPlayer::openFile() in openFile() function in MusicPlayer 115 openFile(); in togglePlayback() 263 connect(openButton, &QAbstractButton::clicked, this, &MusicPlayer::openFile); in createWidgets() 305 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
|
| H A D | musicplayer.h | 67 void openFile(); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/ |
| H A D | musicplayer.cpp | 80 void MusicPlayer::openFile() in openFile() function in MusicPlayer 114 openFile(); in togglePlayback() 262 connect(openButton, &QAbstractButton::clicked, this, &MusicPlayer::openFile); in createWidgets() 313 connect(openShortcut, &QShortcut::activated, this, &MusicPlayer::openFile); in createShortcuts()
|
| H A D | musicplayer.h | 63 void openFile(); in QT_FORWARD_DECLARE_CLASS()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | efuse.c | 21 struct file *openFile(char *path,int flag,int mode) in openFile() function 62 fp=openFile(path,O_RDONLY,0); in readfile_mac() 86 fp=openFile(mac_path,O_WRONLY|O_CREAT,0640); in write_mac_to_file()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/ |
| H A D | osdep_service_linux.c | 388 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 554 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 602 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/ |
| H A D | osdep_service_linux.c | 388 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 554 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 602 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | mc3230.c | 187 struct file *openFile(const char *path, int flag, int mode) in openFile() function 241 openFile("/data/data/com.mcube.acc/files/mcube-calib.txt", 0, 0); in mcube_read_cali_file() 244 fd_file = openFile(backup_calib_path, O_RDONLY, 0); in mcube_read_cali_file() 1034 fd_file = openFile(dstfilepath, O_RDWR, 0); in mcube_copy_file()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Controller.h | 96 - (OSX_BOOL)application:(NSApplication *)app openFile:(NSString *)filename;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/ |
| H A D | osdep_service.c | 1914 static int openFile(struct file **fpp, char *path, int flag, int mode) in openFile() function 2024 if( 0 == (ret=openFile(&fp,path, O_RDONLY, 0)) ){ in retriveFromFile() 2058 if( 0 == (ret=openFile(&fp, path, O_CREAT|O_WRONLY, 0666)) ) { in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/ |
| H A D | osdep_service.c | 1875 static int openFile(struct file **fpp, char *path, int flag, int mode) in openFile() function 1985 if( 0 == (ret=openFile(&fp,path, O_RDONLY, 0)) ){ in retriveFromFile() 2019 if( 0 == (ret=openFile(&fp, path, O_CREAT|O_WRONLY, 0666)) ) { in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/ |
| H A D | osdep_service.c | 1926 static int openFile(struct file **fpp, char *path, int flag, int mode) in openFile() function 2043 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2078 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/ |
| H A D | osdep_service.c | 1965 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2091 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2126 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/ |
| H A D | osdep_service.c | 2110 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2242 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2281 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/ |
| H A D | osdep_service.c | 2110 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2242 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2281 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/ |
| H A D | osdep_service.c | 2110 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2242 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2281 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/ |
| H A D | osdep_service.c | 2113 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2269 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2308 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/ |
| H A D | osdep_service.c | 2163 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2327 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2374 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/ |
| H A D | osdep_service.c | 2163 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2327 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2374 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/ |
| H A D | osdep_service.c | 2124 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2280 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile() 2319 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/ |
| H A D | osdep_service.c | 2553 static int openFile(struct file **fpp, const char *path, int flag, int mode) in openFile() function 2717 ret = openFile(&fp, path, O_CREAT | O_WRONLY, 0666); in storeToFile() 2848 ret = openFile(&fp, path, O_RDONLY, 0); in retriveFromFile()
|