/kernel/linux/linux-6.6/sound/mips/ |
H A D | hal2.c | 681 .open = hal2_playback_open, 690 .open = hal2_capture_open,
|
/kernel/linux/linux-6.6/sound/parisc/ |
H A D | harmony.c | 567 .open = snd_harmony_playback_open, 575 .open = snd_harmony_capture_open,
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | als4000.c | 647 .open = snd_als4000_playback_open, 655 .open = snd_als4000_capture_open,
|
H A D | ad1889.c | 548 .open = snd_ad1889_playback_open, 556 .open = snd_ad1889_capture_open,
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_fs.c | 79 (mp->mFs->fsFops == NULL) || (mp->mFs->fsFops->open == NULL)) { in OsVfsOpen() 115 if (file->fFops->open(file, pathInMp, flags) == 0) { in OsVfsOpen()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | common.c | 446 if (dev->ops->open) { in __vcc_connect() 447 error = dev->ops->open(vcc); in __vcc_connect()
|
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front_alsa.c | 661 .open = alsa_open, 673 .open = alsa_open,
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-pcm.c | 247 ret_val = stream->ops->open(sst->dev, &str_params); in sst_platform_alloc_stream() 705 .open = sst_soc_open,
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6apm-dai.c | 820 .open = q6apm_dai_compr_open, 835 .open = q6apm_dai_open,
|
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 110 ERROR_LOG("error: open file error!"); in TakeWuKongScreenCap() 662 in.open(filepathSource, std::ios::binary); in CopyFile() 664 std::cout << "Error 1: Fail to open the source file." << std::endl; in CopyFile() 678 out.open(destFile.c_str(), std::ios::binary); in CopyFile()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk.cpp | 298 int fp = open(strTemp, O_WRONLY | O_CREAT, PARAM_0777);
in WriteChk() 321 int fp = open(strTemp, O_WRONLY | O_CREAT, PARAM_0777);
in PwriteChk()
|
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
H A D | VDecEncNdkSample.cpp | 136 testFile_->open(inFile_, std::ios::in | std::ios::binary); in SetReadPath() 156 testFile_->open(inFile_, std::ios::in | std::ios::binary); in ReRead() 158 cout << "testFile open success" << endl; in ReRead() 423 NDK_CHECK_AND_RETURN_LOG(testFile_ != nullptr && testFile_->is_open(), "Fatal: open file fail"); in InputFuncDec()
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
H A D | ADecEncNdkSample.cpp | 189 testFile_->open(INP_FILE, std::ios::in | std::ios::binary); in StartDec() 386 NDK_CHECK_AND_RETURN_LOG(testFile_ != nullptr && testFile_->is_open(), "Fatal: open file fail"); in InputFuncDec() 758 testFile_->open(INP_FILE, std::ios::in | std::ios::binary); in ReRead() 760 cout << "testFile open success" << endl; in ReRead()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | usb_camera_test_mult.cpp | 169 imgFD = open(path, O_RDWR | O_CREAT, 00766); // 00766:file operate permission in StoreImage() 171 CAMERA_LOGE("demo test:open image file error %{public}s.....\n", strerror(errno)); in StoreImage() 210 videoFd_ = open(path, O_RDWR | O_CREAT, 00766); // 00766:file operate permission in OpenVideoFile() 212 CAMERA_LOGE("demo test: StartVideo open %s %{public}s failed", path, strerror(errno)); in OpenVideoFile()
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 416 int fd = open (name, O_RDONLY); in report_r_debug() 817 int fd = open (dwfl->user_core->executable_for_core, O_RDONLY); in dwfl_link_map_report()
|
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 145 pstream->open( file_name.c_str(), std::ios::in | std::ios::binary ); 205 stream.open( file_name.c_str(), std::ios::out | std::ios::binary );
|
/third_party/elfutils/src/ |
H A D | elfcompress.c | 303 fd = open (fname, O_RDONLY); in process_file() 306 error (0, errno, "Couldn't open %s\n", fname); in process_file() 313 error (0, 0, "Couldn't open ELF file %s for reading: %s", in process_file() 552 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS); in process_file() 567 error (0, 0, "Couldn't open new ELF %s for writing: %s", in process_file()
|
/third_party/curl/tests/server/ |
H A D | tftpd.c | 457 test->ofile = open(outfile, O_CREAT|O_RDWR|O_BINARY, 0777); in write_behind() 459 test->ofile = open(outfile, O_CREAT|O_RDWR, 0777); in write_behind() 462 logmsg("Couldn't create and/or open file %s for upload!", outfile); in write_behind() 1017 logmsg(" Couldn't open test file %ld", req->testno); in parse_servercmd() 1132 logmsg("Couldn't open test file for test: %ld", testno); in validate_access()
|
/third_party/backends/backend/ |
H A D | canon_pp-dev.c | 479 if ((fd = open(filename, O_RDONLY)) == -1) in sanei_canon_pp_load_weights() 1135 outfile = open(cal_file, O_WRONLY | O_TRUNC | O_CREAT, 0600); in sanei_canon_pp_calibrate() 1310 * PRE: port is open/unclaimed in sanei_canon_pp_detect() 1314 /* port is already open, just need to claim it */ in sanei_canon_pp_detect()
|
H A D | pint.c | 114 fd = open (devname, O_RDONLY, 0); in attach() 117 DBG(1, "attach: open failed (%s)\n", strerror (errno)); in attach() 673 /* insert newly opened handle into list of open handles: */ in sane_open() 686 /* remove handle from list of open handles: */ in sane_close() 817 s->fd = open (s->hw->sane.name, O_RDONLY, 0); in sane_get_parameters() 820 DBG(1, "open of %s failed: %s\n", in sane_get_parameters()
|
/third_party/libsnd/src/ |
H A D | file_io.c | 247 ** Cannot open embedded files SFM_RDWR so we don't need to in psf_get_filelen() 603 fd = open (pfile->path, oflag) ; in psf_open_fd() 605 fd = open (pfile->path, oflag, mode) ; in psf_open_fd() 751 ** Cannot open embedded files SFM_RDWR so we don't need to in psf_get_filelen()
|
/third_party/libuv/src/unix/ |
H A D | aix.c | 597 *fd = open(mon_file, O_CREAT|O_RDWR); in uv__setup_ahafs() 1017 fd = open(pp, O_RDONLY); in uv_resident_set_memory()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie-fd.c | 141 * returns -1 for fail or fd open on the trie file. 195 jtf = lws_malloc(sizeof(*jtf), "fts open"); in lws_fts_open() 199 jtf->fd = open(filepath, O_RDONLY); in lws_fts_open() 201 lwsl_err("%s: unable to open %s\n", __func__, filepath); in lws_fts_open() 652 ofd = open(path, O_RDONLY); in lws_fts_search()
|
/third_party/littlefs/scripts/ |
H A D | cov.py | 211 return open(path, mode, buffering) 542 with open(path) as f:
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 753 with open(os.path.join(target, filename), "wb") as f: 1305 fp = open(fp, "wb")
|