Home
last modified time | relevance | path

Searched refs:open (Results 7176 - 7200 of 10436) sorted by relevance

1...<<281282283284285286287288289290>>...418

/kernel/linux/linux-6.6/sound/mips/
H A Dhal2.c681 .open = hal2_playback_open,
690 .open = hal2_capture_open,
/kernel/linux/linux-6.6/sound/parisc/
H A Dharmony.c567 .open = snd_harmony_playback_open,
575 .open = snd_harmony_capture_open,
/kernel/linux/linux-6.6/sound/pci/
H A Dals4000.c647 .open = snd_als4000_playback_open,
655 .open = snd_als4000_capture_open,
H A Dad1889.c548 .open = snd_ad1889_playback_open,
556 .open = snd_ad1889_capture_open,
/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c79 (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 Dcommon.c446 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 Dxen_snd_front_alsa.c661 .open = alsa_open,
673 .open = alsa_open,
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H A Dsst-mfld-platform-pcm.c247 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 Dq6apm-dai.c820 .open = q6apm_dai_compr_open,
835 .open = q6apm_dai_open,
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp110 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 Dstdiondk.cpp298 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 DVDecEncNdkSample.cpp136 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 DADecEncNdkSample.cpp189 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 Dusb_camera_test_mult.cpp169 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 Dlink_map.c416 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 Delfio.hpp145 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 Delfcompress.c303 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 Dtftpd.c457 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 Dcanon_pp-dev.c479 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 Dpint.c114 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 Dfile_io.c247 ** 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 Daix.c597 *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 Dtrie-fd.c141 * 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 Dcov.py211 return open(path, mode, buffering)
542 with open(path) as f:
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py753 with open(os.path.join(target, filename), "wb") as f:
1305 fp = open(fp, "wb")

Completed in 47 milliseconds

1...<<281282283284285286287288289290>>...418