/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pty.py | 58 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)
|
D | getpass.py | 45 fd = os.open('/dev/tty', os.O_RDWR|os.O_NOCTTY)
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | qemu_pipe.h | 81 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/ |
D | qemu_pipe.h | 93 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/ |
D | flags.c | 102 m = O_RDWR; in __sflags()
|
D | fdopen.c | 79 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) { in __weak_alias()
|
D | gettemp.c | 146 open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0) in GETTEMP()
|
/device/generic/goldfish-opengl/system/egl/ |
D | goldfish_sync.h | 39 return open("/dev/goldfish_sync", O_RDWR); in goldfish_sync_open()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 66 #define O_RDWR 0x00000002 ///< open for reading and writing macro
|
/device/lge/bullhead/liblight/ |
D | lights.c | 64 fd = open(path, O_RDWR); in write_int() 85 fd = open(path, O_RDWR); in write_on_off()
|
/device/asus/fugu/recovery/ |
D | recovery_ui.cpp | 52 int fb_dev = open(kFBDevice, O_RDWR); in SetupDisplayMode()
|
D | recovery_updater.cpp | 181 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/ |
D | file.cpp | 56 modeval = O_RDWR | O_CREAT; in setTo()
|
/device/google/marlin/camera/usbcamcore/inc/ |
D | QCameraUsbPriv.h | 101 camHal->fd = open(camHal->dev_name, O_RDWR | O_NONBLOCK, 0);\
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | socket.c | 149 pDescriptor->Oflags = O_RDWR; in BslSocketProtocolToFd()
|
/device/linaro/hikey/bluetooth/ |
D | bluetooth_hci.cc | 42 hci_tty_fd_ = open("/dev/hci_tty", O_RDWR); in initialize()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 611 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/ |
D | flash_mtd.c | 49 dev->fd = open(path, O_RDWR); in mtd_open()
|
D | flash_file.cpp | 63 dev->fd = open(value->data.c_str(), O_RDWR); in file_open()
|
/device/google/marlin/recovery/gpt-utils/ |
D | gpt-utils.cpp | 617 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/ |
D | lights.c | 84 fd = open(path, O_RDWR); in write_brightness()
|
/device/lge/bullhead/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
|
/device/google/marlin/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
|
/device/huawei/angler/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1392 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()
|