/hardware/google/aemu/base/ |
D | SharedMemory_posix.cpp | 42 return openInternal(O_CREAT | O_RDWR, mode); in create() 46 return openInternal(O_CREAT | O_RDWR, mode, false /* no mapping */); in createNoMapping() 112 if (oflag & O_CREAT) { in openInternal() 130 if (oflag & O_RDWR || oflag & O_CREAT) { in openInternal() 142 mCreate |= (oflag & O_CREAT); in openInternal()
|
/hardware/google/graphics/common/libhwjpeg/ |
D | hwjpeg-base.cpp | 93 int fd = open(path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH | S_IWGRP); in WriteToFile() 119 int fd = open(path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH | S_IWGRP); in WriteToFile()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | os_file.c | 21 #define O_CREAT _O_CREAT macro 35 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode); in os_file_create_unique()
|
D | anon_file.c | 129 fd = shm_open(SHM_ANON, O_CREAT | O_RDWR | O_CLOEXEC, 0600); in os_create_anonymous_file()
|
D | disk_cache_os.c | 745 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644); in disk_cache_write_item_to_disk() 754 fd = open(filename_tmp, O_WRONLY | O_CLOEXEC | O_CREAT, 0644); in disk_cache_write_item_to_disk() 1017 fd = open(path, O_RDWR | O_CREAT | O_CLOEXEC, 0644); in disk_cache_mmap_cache_index()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 59 # define O_CREAT _O_CREAT macro
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | bluetooth_address_test.cc | 52 int fd = open(path, O_CREAT | O_RDWR, 0600); in FileWriteString()
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | crash_event_logger.c | 270 out_fp = open(file_name, O_WRONLY | O_CREAT, 0644); in dump_crash_log() 336 out_fp = open(file_name, O_WRONLY | O_CREAT, 0644); in dump_reg_access_hist_log() 483 dis_fp = open(dis_path, O_CREAT | O_SYNC | O_WRONLY, in ssr_copy_log()
|
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/ |
D | wcnss_service.c | 197 | O_CREAT | O_TRUNC, 0664); in wcnss_read_and_store_cal_data() 300 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraHALPP.cpp | 322 int file_fd = open(name, O_RDWR | O_CREAT, 0777); in dumpYUVtoFile()
|
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestTempDir.h | 139 int fd = ::android_open(path.c_str(), O_WRONLY | O_CREAT, 0744); in makeSubFile()
|
/hardware/google/aemu/base/testing/ |
D | file_io.cpp | 127 return android_open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in android_creat()
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | bluetoothV1.0_fuzzer.cpp | 158 mFdList[i] = open("/dev/null", O_RDWR | O_CREAT); in process()
|
/hardware/google/pixel/fastboot/ |
D | Fastboot.cpp | 163 int fd = open(v->blk_device.c_str(), O_WRONLY | O_CREAT, 0644); in wipe_volume()
|
D | Fastboot_aidl.cpp | 182 int fd = open(v->blk_device.c_str(), O_WRONLY | O_CREAT, 0644); in wipe_volume()
|
/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 226 | O_CREAT | O_TRUNC, 0664); in wcnss_read_and_store_cal_data() 329 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | arec.c | 399 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); in rec_raw() 436 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); in rec_wav()
|
/hardware/google/graphics/common/libv4l2/ |
D | exynos_subdev.c | 52 if (oflag & O_CREAT) in __subdev_open()
|
D | exynos_v4l2.c | 84 if (oflag & O_CREAT) in __v4l2_open()
|
/hardware/google/graphics/common/libgscaler/ |
D | exynos_subdev.c | 55 if (oflag & O_CREAT) in __subdev_open()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 52 file_fd = open(file_name, O_RDWR | O_CREAT, 0777); in mm_app_rdi_dump_frame()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | CompilationCachingTests.cpp | 83 fd = open(file.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in createCacheFds() 85 fd = open(file.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in createCacheFds() 813 int toFd = open(to[i].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | CompilationCachingTests.cpp | 82 fd = open(file.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in createCacheHandles() 84 fd = open(file.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in createCacheHandles() 1010 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | CompilationCachingTests.cpp | 85 fd = open(file.c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in createCacheHandles() 87 fd = open(file.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in createCacheHandles() 1001 int toFd = open(to[i][0].c_str(), O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR); in copyCacheFiles()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMuxer.cpp | 2350 int file_fd_main = open(buf_main, O_RDWR | O_CREAT, 0777); in composeMpo() 2367 int file_fd_aux = open(buf_aux, O_RDWR | O_CREAT, 0777); in composeMpo() 2395 int file_fd_mpo = open(buf_mpo, O_RDWR | O_CREAT, 0777); in composeMpo()
|