Home
last modified time | relevance | path

Searched refs:O_TRUNC_FS (Results 1 – 8 of 8) sorted by relevance

/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
Dfile.h130 #ifndef O_TRUNC_FS
131 #define O_TRUNC_FS 01000 macro
/device/soc/st/stm32f4xx/sdk/hals/utils/file/
Dhal_file.c81 if (O_TRUNC_FS == (oflag & O_TRUNC_FS)) { in HalFileOpen()
/device/board/openvalley/niobeu4/liteos_m/hals/utils/file/
Dhal_file.c75 if (O_TRUNC_FS == (oflag & O_TRUNC_FS)) { in HalFileOpen()
/device/soc/winnermicro/hals/utils/file/src/
Dhal_lfs.c50 if (flags & O_TRUNC_FS) { in _mode_convert()
/device/soc/telink/b91/adapter/hals/utils/file/src/
Dhal_file.c94 if ((buffer & O_TRUNC_FS) != 0) { in ConvertFlags()
/device/soc/beken/bk7235/hals/utils/file/src/
Dhal_file.c256 if (oflag & O_TRUNC_FS) { in HalFileOpen()
/device/soc/beken/bk7235/hals/communication/wifi_lite/wifiservice/source/
Dwifi_device.c410 fd = UtilsFileOpen(file_name, O_WRONLY_FS | O_CREAT_FS |O_TRUNC_FS, 0); in AddDeviceConfig()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
Dwifi_device.c73 fd = UtilsFileOpen(WIFI_FILE, O_RDWR_FS | O_CREAT_FS | O_TRUNC_FS, 0); in WriteNetworkConfig()