Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 25 of 44) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dflags.c79 m = O_WRONLY; in __sflags()
85 m = O_WRONLY; in __sflags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posix.py174 os.O_WRONLY|os.O_EXLOCK|os.O_CREAT)
176 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)
181 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
183 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)
189 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
191 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
197 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
/device/lge/bullhead/recovery/nanohub/
Dnanohub_recovery_ui.cpp37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY); in PostWipeData()
/device/google/marlin/recovery/nanohub/
Dnanohub_recovery_ui.cpp37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY); in PostWipeData()
/device/huawei/angler/recovery/nanohub/
Dnanohub_recovery_ui.cpp37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY); in PostWipeData()
/device/linaro/bootloader/edk2/StdLib/LibC/Main/
DMain.c164 i = open("stdout:", (O_WRONLY | O_TTY_INIT), 0222); in ShellAppMain()
166 i = open("stderr:", O_WRONLY, 0222); in ShellAppMain()
/device/linaro/hikey/power/
Dpower_hikey.c78 int fd = open(path, O_WRONLY); in sysfs_write()
168 hikey->boostpulse_fd = open(INTERACTIVE_BOOSTPULSE_PATH, O_WRONLY); in interactive_boostpulse()
261 hikey->schedtune_boost_fd = open(SCHEDTUNE_BOOST_PATH, O_WRONLY); in schedtune_power_init()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h65 #define O_WRONLY 0x00000001 ///< open for writing only macro
/device/google/dragon/power/
Dpower_dragon.cpp80 int fd = open(path, O_WRONLY); in sysfs_write()
173 dragon->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY); in boostpulse_open()
/device/google/contexthub/util/common/
Dfile.cpp54 modeval = O_WRONLY | O_CREAT | O_TRUNC; in setTo()
/device/google/contexthub/util/stm32_flash/
Dflash.c149 gpio = open(gpio_dev, O_WRONLY); in main()
306 gpio = open(gpio_dev, O_WRONLY); in main()
/device/huawei/angler/liblight/
Dlights.c101 fd = open(path, O_WRONLY); in write_int()
123 fd = open(path, O_WRONLY); in write_on_off()
/device/google/marlin/liblight/
Dlights.c122 fd = open(path, O_WRONLY); in write_int()
145 fd = open(path, O_WRONLY); in write_double_int()
/device/google/dragon/crash_collector/
Dcoredump_writer.cc119 O_WRONLY | O_CREAT | O_EXCL, in WriteCoredump()
376 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL, in WriteAuxv()
391 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL, in WriteMaps()
/device/google/dragon/audio/hal/dsp/tests/
Draw.c79 int fd = open(filename, O_WRONLY | O_CREAT, 0644); in write_raw()
/device/google/marlin/dataservices/datatop/src/
Ddatatop_sys_snap.c90 int fd = open(file, O_WRONLY | O_APPEND | O_CREAT, in dtop_run_and_log()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c54 O_WRONLY, // stdout
55 O_WRONLY // stderr
567 if (Flags != O_WRONLY) { // (Flags == O_RDONLY) || (Flags == O_RDWR) in da_ConFlush()
/device/asus/fugu/power/
Dpower.c46 int fd = open(path, O_WRONLY); in sysfs_write()
/device/lge/bullhead/power/
Dutils.c135 int fd = open(path, O_WRONLY); in sysfs_write()
/device/huawei/angler/power/
Dutils.c135 int fd = open(path, O_WRONLY); in sysfs_write()
/device/google/marlin/power/
Dutils.c148 int fd = open(path, O_WRONLY); in sysfs_write()
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp231 open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC, in createFileIfNotExists()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfileinput.py333 os.O_CREAT | os.O_WRONLY | os.O_TRUNC,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dfileinput.py330 os.O_CREAT | os.O_WRONLY | os.O_TRUNC,
/device/asus/fugu/recovery/
Drecovery_updater.cpp65 fd = open(name, O_WRONLY); in force_rw()

12