Home
last modified time | relevance | path

Searched refs:O_CREAT (Results 1 – 25 of 53) sorted by relevance

123

/device/google/contexthub/util/common/
Dfile.cpp54 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/
Dflags.c80 o = O_CREAT | O_TRUNC; in __sflags()
86 o = O_CREAT | O_APPEND; in __sflags()
Dgettemp.c146 open(path, O_CREAT | O_EXCL | O_RDWR, 0600)) >= 0) in GETTEMP()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h71 #define O_CREAT 0x00000200 ///< create if nonexistent macro
/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)
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)
Dtest_unicode_file.py152 f = os.open(filename, os.O_CREAT)
Dtest_os.py28 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)
Dtest_subprocess.py33 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/
DXform.c51 if(oflags & (O_CREAT | O_TRUNC)) { // Now add the Create flag. in Oflags2EFI()
Dcompat.c230 return open(path, O_CREAT | O_EXCL | O_RDWR, 0600); in mkstemp()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c515 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/
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/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,
Dtempfile.py64 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c283 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/
Dfileio.c277 flags |= O_CREAT | O_TRUNC; in fileio_init()
285 flags |= O_APPEND | O_CREAT; in fileio_init()
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp156 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/
Dmm_qcamera_rdi.c47 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/
Dmm_qcamera_rdi.c47 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/
Dmm_qcamera_rdi.c53 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/
Dgzlib.c232 (O_WRONLY | O_CREAT |

123