/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | flags.c | 79 m = O_WRONLY; in __sflags() 85 m = O_WRONLY; in __sflags()
|
/device/generic/goldfish/wifi/createns/ |
D | createns.cpp | 106 O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, in writeNamespacePid() 185 if (::open("/dev/null", O_WRONLY) == -1) { in daemonize() 188 if (::open("/dev/null", O_WRONLY) == -1) { in daemonize()
|
/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/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/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 65 #define O_WRONLY 0x00000001 ///< open for writing only macro
|
/device/google/cuttlefish/host/commands/logcat_receiver/ |
D | main.cpp | 36 cvd::SharedFD::Open(path.c_str(), O_CREAT | O_APPEND | O_WRONLY, 0666); in main()
|
/device/google/contexthub/util/common/ |
D | file.cpp | 51 modeval = O_WRONLY | O_CREAT | O_TRUNC; in setTo()
|
/device/google/contexthub/util/stm32_flash/ |
D | flash.c | 164 gpio = open(gpio_dev, O_WRONLY); in main() 328 gpio = open(gpio_dev, O_WRONLY); in main()
|
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | virtual_device_base.cpp | 58 fd_ = open("/dev/uinput", O_WRONLY | O_NONBLOCK); in SetUp()
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.c | 152 null_fd = open( "/dev/null", O_WRONLY ); in stdio_disable()
|
/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/linaro/hikey/power/ |
D | power_hikey.c | 110 int fd = open(path, O_WRONLY); in sysfs_write() 194 hikey->boostpulse_fd = open(INTERACTIVE_BOOSTPULSE_PATH, O_WRONLY); in interactive_boostpulse()
|
/device/google/bonito/json-c/ |
D | json_util.c | 112 if((fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644)) < 0) { in json_object_to_file_ext()
|
/device/google/redbull/json-c/ |
D | json_util.c | 112 if((fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644)) < 0) { in json_object_to_file_ext()
|
/device/google/coral/json-c/ |
D | json_util.c | 112 if((fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644)) < 0) { in json_object_to_file_ext()
|
/device/google/sunfish/json-c/ |
D | json_util.c | 112 if((fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644)) < 0) { in json_object_to_file_ext()
|
/device/google/crosshatch/json-c/ |
D | json_util.c | 112 if((fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644)) < 0) { in json_object_to_file_ext()
|
/device/amlogic/yukawa/lights/ |
D | lights.cpp | 130 int fd = open(path, O_WRONLY); in writeLed()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraHotplugThread.cpp | 214 TEMP_FAILURE_RETRY(open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC, in createFileIfNotExists()
|
/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/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/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 212 cvd::SharedFD::Open(log_path.c_str(), O_CREAT | O_WRONLY | O_TRUNC, in DaemonizeLauncher()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 265 return SharedFD::Open(path, O_CREAT|O_WRONLY|O_TRUNC, mode); in Creat()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 232 (O_WRONLY | O_CREAT |
|
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 327 fd = open(fname, O_WRONLY); in fileWriteData()
|