Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 25 of 84) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpty.py58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
66 fd = os.open(pty_name, os.O_RDWR)
78 result = os.open(tty_name, os.O_RDWR)
122 tmp_fd = os.open(os.ttyname(STDOUT_FILENO), os.O_RDWR)
Dgetpass.py45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dqemu_pipe.h81 fd = TEMP_FAILURE_RETRY(open("/dev/qemu_pipe", O_RDWR)); in qemu_pipe_open()
83 fd = TEMP_FAILURE_RETRY(open("/dev/goldfish_pipe", O_RDWR)); in qemu_pipe_open()
/device/generic/goldfish/include/
Dqemu_pipe.h93 fd = TEMP_FAILURE_RETRY(open("/dev/qemu_pipe", O_RDWR)); in qemu_pipe_open()
95 fd = TEMP_FAILURE_RETRY(open("/dev/goldfish_pipe", O_RDWR)); in qemu_pipe_open()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflags.c102 m = O_RDWR; in __sflags()
Dfdopen.c79 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in __weak_alias()
Dgettemp.c146 open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0) in GETTEMP()
/device/generic/goldfish-opengl/system/egl/
Dgoldfish_sync.h39 return open("/dev/goldfish_sync", O_RDWR); in goldfish_sync_open()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h66 #define O_RDWR 0x00000002 ///< open for reading and writing macro
/device/lge/bullhead/liblight/
Dlights.c64 fd = open(path, O_RDWR); in write_int()
85 fd = open(path, O_RDWR); in write_on_off()
/device/asus/fugu/recovery/
Drecovery_ui.cpp52 int fb_dev = open(kFBDevice, O_RDWR); in SetupDisplayMode()
Drecovery_updater.cpp181 boot_fd = open(boot_partition, O_RDWR); in write_umip_emmc()
241 boot_fd = open("/dev/block/mmcblk0boot0", O_RDWR); in readbyte_umip_emmc()
/device/google/contexthub/util/common/
Dfile.cpp56 modeval = O_RDWR | O_CREAT; in setTo()
/device/google/marlin/camera/usbcamcore/inc/
DQCameraUsbPriv.h101 camHal->fd = open(camHal->dev_name, O_RDWR | O_NONBLOCK, 0);\
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsocket.c149 pDescriptor->Oflags = O_RDWR; in BslSocketProtocolToFd()
/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc42 hci_tty_fd_ = open("/dev/hci_tty", O_RDWR); in initialize()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c611 case O_RDWR: in da_ShellPoll()
647 OldFd = open(from, O_RDWR, 0); in da_ShellRename()
828 Node = __DevRegister(NULL, NULL, &da_ShellOpen, Stream, 1, sizeof(GenericInstance), O_RDWR); in __ctor_DevShell()
/device/google/dragon/recovery/updater/
Dflash_mtd.c49 dev->fd = open(path, O_RDWR); in mtd_open()
Dflash_file.cpp63 dev->fd = open(value->data.c_str(), O_RDWR); in file_open()
/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp617 fd = open(sg_dev, O_RDWR); in set_boot_lun()
758 fd = open(dev_path, O_RDWR); in prepare_partitions()
1203 fd = open(devpath, O_RDWR); in gpt_get_header()
1412 fd = open(disk->devpath, O_RDWR); in gpt_disk_get_disk_info()
1514 fd = open(disk->devpath, O_RDWR); in gpt_disk_commit()
/device/google/dragon/lights/
Dlights.c84 fd = open(path, O_RDWR); in write_brightness()
/device/lge/bullhead/camera/QCamera2/util/
DQCameraFlash.cpp170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
/device/google/marlin/camera/QCamera2/util/
DQCameraFlash.cpp170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
/device/huawei/angler/camera/QCamera2/util/
DQCameraFlash.cpp170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1392 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_sensor_info()
1552 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras()
1597 sd_fd = open(subdev_name, O_RDWR); in get_num_of_cameras()
1618 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras()

1234