Searched refs:O_TRUNC (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 60 # define O_TRUNC _O_TRUNC macro
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | FileNode.cc | 65 flags |= O_TRUNC; in Update()
|
/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() 631 if ((fp_dst = open(dst, O_WRONLY |O_TRUNC)) < 0) in nvbin_sendfile()
|
/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/google/aemu/base/testing/ |
D | file_io.cpp | 127 return android_open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in android_creat()
|
/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/libhardware/modules/audio_remote_submix/ |
D | audio_hw.cpp | 1308 out->log_fd = open(LOG_STREAM_OUT_FILENAME, O_CREAT | O_TRUNC | O_WRONLY, in adev_open_output_stream() 1566 in->log_fd = open(LOG_STREAM_IN_FILENAME, O_CREAT | O_TRUNC | O_WRONLY, in adev_open_input_stream()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.cpp | 395 filed = open(fn, O_WRONLY | O_CREAT | O_TRUNC | O_APPEND, 0664); in RecordingThreadEntry()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_device.cpp | 1358 auto file = open(xlog_path, O_CREAT | O_TRUNC | O_DSYNC | O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP); in DumpDebugData()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 1963 …m_nOutFd = open(m_sProfile.cOutFileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO… in main()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 1979 …m_nOutFd = open(m_sProfile.cOutFileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO… in main()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1565 inputBufferFile = open(inputfilename, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR | S_IWUSR); in component_init() 1574 outputBufferFile = open(outputfilename, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR | S_IWUSR); in component_init() 1582 outputExtradataFile = open (ouputextradatafilename, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR | S_IWUSR); in component_init()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 176 fd = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0655); in saveFile()
|