/device/google/contexthub/util/common/ |
D | file.cpp | 54 modeval = O_WRONLY | O_CREAT | O_TRUNC; in setTo() 56 modeval = O_RDWR | O_CREAT; in setTo() 60 if (modeval & O_CREAT) { in setTo()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | flags.c | 80 o = O_CREAT | O_TRUNC; in __sflags() 86 o = O_CREAT | O_APPEND; in __sflags()
|
D | gettemp.c | 146 open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0) in GETTEMP()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 71 #define O_CREAT 0x00000200 ///< create if nonexistent macro
|
/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) 181 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT) 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)
|
D | test_unicode_file.py | 152 f = os.open(filename, os.O_CREAT)
|
D | test_os.py | 28 f = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR) 33 first = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR)
|
D | test_subprocess.py | 33 return os.open(fname, os.O_RDWR|os.O_CREAT), fname 489 os.O_WRONLY | os.O_CREAT))
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | Xform.c | 51 if(oflags & (O_CREAT | O_TRUNC)) { // Now add the Create flag. in Oflags2EFI()
|
D | compat.c | 230 return open(path, O_CREAT | O_EXCL | O_RDWR, 0600); in mkstemp()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 515 if((oflags & O_TRUNC) || ((oflags & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT))) { in da_ShellOpen() 535 else if((oflags & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT)) { in da_ShellOpen()
|
/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/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,
|
D | tempfile.py | 64 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 283 flags |= O_CREAT | O_TRUNC; in fileio_init() 290 flags |= O_CREAT; in fileio_init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | fileio.c | 277 flags |= O_CREAT | O_TRUNC; in fileio_init() 285 flags |= O_APPEND | O_CREAT; in fileio_init()
|
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 156 int lock_fd = open(kLockFile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in Initialize()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 47 file_fd = open(file_name, O_RDWR | O_CREAT, 0777); in mm_app_rdi_dump_frame()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 47 file_fd = open(file_name, O_RDWR | O_CREAT, 0777); in mm_app_rdi_dump_frame()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 53 file_fd = open(file_name, O_RDWR | O_CREAT, 0777); in mm_app_rdi_dump_frame()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 232 (O_WRONLY | O_CREAT |
|