Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h60 # define O_TRUNC _O_TRUNC macro
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DFileNode.cc65 flags |= O_TRUNC; in Update()
/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c226 | 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/
Dwcnss_service.c197 | 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/
Dfile_io.cpp127 return android_open(path, O_CREAT | O_WRONLY | O_TRUNC, mode); in android_creat()
/hardware/qcom/audio/legacy/libalsa-intf/
Darec.c399 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/
Daudio_hw.cpp1308 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/
DAudioUsbALSA.cpp395 filed = open(fn, O_WRONLY | O_CREAT | O_TRUNC | O_APPEND, 0664); in RecordingThreadEntry()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_device.cpp1358 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/
Dvenc_test.cpp1963 …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/
Dvenc_test.cpp1979 …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/
Domx_vdpp.cpp1565 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/
Dqcamera_test.cpp176 fd = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0655); in saveFile()