/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | flags.c | 79 m = O_WRONLY; in __sflags() 85 m = O_WRONLY; in __sflags()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_posix.py | 174 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/ |
D | nanohub_recovery_ui.cpp | 37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY); in PostWipeData()
|
/device/google/marlin/recovery/nanohub/ |
D | nanohub_recovery_ui.cpp | 37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY); in PostWipeData()
|
/device/huawei/angler/recovery/nanohub/ |
D | nanohub_recovery_ui.cpp | 37 fd = open("/sys/class/nanohub/nanohub/erase_shared", O_WRONLY); in PostWipeData()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/ |
D | Main.c | 164 i = open("stdout:", (O_WRONLY | O_TTY_INIT), 0222); in ShellAppMain() 166 i = open("stderr:", O_WRONLY, 0222); in ShellAppMain()
|
/device/linaro/hikey/power/ |
D | power_hikey.c | 78 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/ |
D | fcntl.h | 65 #define O_WRONLY 0x00000001 ///< open for writing only macro
|
/device/google/dragon/power/ |
D | power_dragon.cpp | 80 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/ |
D | file.cpp | 54 modeval = O_WRONLY | O_CREAT | O_TRUNC; in setTo()
|
/device/google/contexthub/util/stm32_flash/ |
D | flash.c | 149 gpio = open(gpio_dev, O_WRONLY); in main() 306 gpio = open(gpio_dev, O_WRONLY); in main()
|
/device/huawei/angler/liblight/ |
D | lights.c | 101 fd = open(path, O_WRONLY); in write_int() 123 fd = open(path, O_WRONLY); in write_on_off()
|
/device/google/marlin/liblight/ |
D | lights.c | 122 fd = open(path, O_WRONLY); in write_int() 145 fd = open(path, O_WRONLY); in write_double_int()
|
/device/google/dragon/crash_collector/ |
D | coredump_writer.cc | 119 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/ |
D | raw.c | 79 int fd = open(filename, O_WRONLY | O_CREAT, 0644); in write_raw()
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_sys_snap.c | 90 int fd = open(file, O_WRONLY | O_APPEND | O_CREAT, in dtop_run_and_log()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
D | daConsole.c | 54 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/ |
D | power.c | 46 int fd = open(path, O_WRONLY); in sysfs_write()
|
/device/lge/bullhead/power/ |
D | utils.c | 135 int fd = open(path, O_WRONLY); in sysfs_write()
|
/device/huawei/angler/power/ |
D | utils.c | 135 int fd = open(path, O_WRONLY); in sysfs_write()
|
/device/google/marlin/power/ |
D | utils.c | 148 int fd = open(path, O_WRONLY); in sysfs_write()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 231 open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC, in createFileIfNotExists()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | fileinput.py | 333 os.O_CREAT | os.O_WRONLY | os.O_TRUNC,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | fileinput.py | 330 os.O_CREAT | os.O_WRONLY | os.O_TRUNC,
|
/device/asus/fugu/recovery/ |
D | recovery_updater.cpp | 65 fd = open(name, O_WRONLY); in force_rw()
|