/AliOS-Things-master/components/SDL2/src/filesystem/unix/ |
A D | SDL_sysfilesystem.c | 233 if (mkdir(retval, 0700) != 0 && errno != EEXIST) in SDL_GetPrefPath() 238 if (mkdir(retval, 0700) != 0 && errno != EEXIST) { in SDL_GetPrefPath()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/ |
A D | settings.c | 50 return -EEXIST; in settings_register() 60 rc = -EEXIST; in settings_register()
|
A D | settings_file.c | 529 if (rc == -EEXIST) { in settings_backend_init()
|
/AliOS-Things-master/components/SDL2/src/filesystem/emscripten/ |
A D | SDL_sysfilesystem.c | 70 if (mkdir(retval, 0700) != 0 && errno != EEXIST) { in SDL_GetPrefPath()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_main.c | 524 return -EEXIST; in bt_mesh_provisioner_store_node_info() 613 return -EEXIST; in bt_mesh_provisioner_set_node_name() 728 return -EEXIST; in provisioner_check_app_key() 746 return -EEXIST; in provisioner_check_app_idx() 793 return -EEXIST; in provisioner_check_net_key() 811 return -EEXIST; in provisioner_check_net_idx() 891 return -EEXIST; in bt_mesh_provisioner_local_app_key_add() 1042 return -EEXIST; in bt_mesh_provisioner_local_net_key_add() 1048 return -EEXIST; in bt_mesh_provisioner_local_net_key_add()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | errno.h | 64 #define EEXIST 17 /* File exists */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | errno.h | 65 #define EEXIST 17 /* File exists */ macro
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb_errno.h | 20 #define EEXIST 17 /* File exists */ macro
|
/AliOS-Things-master/components/minilibc/include/ |
A D | errno-.h | 33 #define EEXIST 17 /* File exists */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | errno_bak.h | 24 #define EEXIST 17 /* File exists */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | errno.h | 24 #define EEXIST 17 /* File exists */ macro
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | moduerrno.c | 46 X(EEXIST) \
|
A D | mperrno.h | 112 #define MP_EEXIST EEXIST
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | vfs_fat_fileio1.py | 76 print(e.args[0] == uerrno.EEXIST)
|
A D | vfs_fat_fileio2.py | 54 print(e.args[0] == uerrno.EEXIST)
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_errno.h | 39 #define EEXIST 17 /* File exists */
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/ |
A D | bt_errno.h | 47 #define EEXIST 17 /**< File exists */ macro
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | errno.h | 46 #define EEXIST 17 /**< File exists */
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_session_file.c | 276 if (EEXIST == errno) { in log_file_exist() 281 if (fd == -EEXIST) { in log_file_exist()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gen-cpydiff.py | 193 if e.args[0] != errno.EEXIST and e.args[0] != errno.EISDIR:
|
A D | upip.py | 63 if e.errno != errno.EEXIST and e.errno != errno.EISDIR:
|
/AliOS-Things-master/components/drivers/core/base/src/ |
A D | device.c | 154 return -EEXIST; in aos_dev_register()
|
/AliOS-Things-master/components/fatfs/include/ |
A D | ff.h | 224 FR_EXIST = -EEXIST, /* (8) Access denied due to prohibited access */
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 932 if (ret < 0 && -EEXIST != ret) { in ble_mesh_node_init() 934 } else if (0 == ret || -EEXIST == ret) { in ble_mesh_node_init()
|
/AliOS-Things-master/components/epoll/src/ |
A D | device.c | 252 errno = EEXIST; in epoll_control()
|