Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 16 of 16) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
Dfcntl.h5 #define O_APPEND 02000 macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_kernel_file.h58 #define OAL_O_APPEND O_APPEND
Doal_file.h51 #define OAL_O_APPEND O_APPEND
/device/soc/st/stm32f4xx/sdk/hals/utils/file/
Dhal_file.c74 tflag |= O_APPEND; in HalFileOpen()
/device/board/openvalley/niobeu4/liteos_m/hals/utils/file/
Dhal_file.c69 tflag |= O_APPEND; in HalFileOpen()
/device/soc/winnermicro/hals/utils/file/src/
Dhal_lfs.c54 res |= O_CREAT | O_APPEND; in _mode_convert()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dfcntl.h234 #define FAPPEND O_APPEND
/device/soc/goodix/gr551x/adapter/hals/utils/file/src/
Dhal_file.c85 ret |= O_APPEND; in ReadModeChange()
/device/soc/chipsea/hals/utils/file/src/
Dhal_file.c85 ret |= O_APPEND; in ReadModeChange()
/device/soc/telink/b91/adapter/hals/utils/file/src/
Dhal_file.c99 ret |= O_APPEND; in ConvertFlags()
/device/soc/hpmicro/hpm6700/hals/utils/file/src/
Dhal_file.c84 ret |= O_APPEND; in ReadModeChange()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dfile.c149 …unsigned flags = O_RDONLY | O_WRONLY | O_RDWR | O_APPEND | O_CREAT | O_LARGEFILE | O_TRUNC | O_EXC… in open()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_debugfs.c81 flags = O_RDWR | O_CREAT | O_APPEND; in rockchip_drm_dump_plane_buffer()
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_debugfs.c79 flags = O_RDWR | O_CREAT | O_APPEND; in rockchip_drm_dump_plane_buffer()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/utility/
Dcfg_op.c510 fp = filp_open(file_path, O_RDWR | O_APPEND | O_CREAT, 0644); in cfg_open_file()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/
Daml_vcodec_dec.c542 O_CREAT | O_RDWR | O_LARGEFILE | O_APPEND, 0600); in trans_vframe_to_user()