Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
Dfcntl.h2 #define O_EXCL 0200 macro
/device/soc/st/stm32f4xx/sdk/hals/utils/file/
Dhal_file.c78 tflag |= O_EXCL; in HalFileOpen()
/device/board/openvalley/niobeu4/liteos_m/hals/utils/file/
Dhal_file.c73 tflag |= O_EXCL; in HalFileOpen()
/device/soc/winnermicro/hals/utils/file/src/
Dhal_lfs.c48 res |= O_EXCL; in _mode_convert()
/device/soc/goodix/gr551x/adapter/hals/utils/file/src/
Dhal_file.c76 ret |= O_EXCL; in ReadModeChange()
/device/soc/chipsea/hals/utils/file/src/
Dhal_file.c76 ret |= O_EXCL; in ReadModeChange()
/device/soc/telink/b91/adapter/hals/utils/file/src/
Dhal_file.c90 ret |= O_EXCL; in ConvertFlags()
/device/soc/hpmicro/hpm6700/hals/utils/file/src/
Dhal_file.c75 ret |= O_EXCL; in ReadModeChange()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dfile.c149 …= O_RDONLY | O_WRONLY | O_RDWR | O_APPEND | O_CREAT | O_LARGEFILE | O_TRUNC | O_EXCL | O_DIRECTORY; in open()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/g2d/g2d_rcq/
Dg2d_mixer.c822 pfile = filp_open("/tmp/g2d_rcq_header", O_RDWR | O_CREAT | O_EXCL, 0755); in g2d_mixer_rcq_debug()
842 regblk_name, O_RDWR | O_CREAT | O_EXCL, 0755); in g2d_mixer_rcq_debug()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_file.c356 if (filp->f_flags & O_EXCL) { in drm_open_helper()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/
Ddev_disp.c1015 pfile = filp_open(image_name, O_RDWR | O_CREAT | O_EXCL, 0755); in disp_capture_dump_store()