/kernel/linux/linux-6.6/sound/soc/pxa/ |
H A D | pxa-ssp.c | 847 .open = pxa2xx_soc_pcm_open,
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | pcm.c | 543 .open = usb6fire_pcm_open,
|
/kernel/linux/linux-6.6/samples/v4l/ |
H A D | v4l2-pci-skeleton.c | 729 .open = v4l2_fh_open,
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | spawnndk1.cpp | 132 int fd = open(path, O_CREAT, PARAM_0777);
in PosixSpawnFileActionsAddOpen()
|
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
H A D | nativeAVScreenCapturendk.cpp | 264 outputFile->open(outputFilePath.data(), std::ios::out | std::ios::binary | std::ios::ate); in NormalAVScreenCaptureSurfaceTest()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno));
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | benchmark_common.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766); in DumpImageFile() 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | common.cpp | 54 int imgFd = open(path, O_RDWR | O_CREAT, 00766);
in DumpImageFile() 56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno));
in DumpImageFile()
|
/third_party/elfutils/src/ |
H A D | objdump.c | 237 int fd = open (fname, O_RDONLY); in process_file() 240 error (0, errno, _("cannot open %s"), fname); in process_file()
|
H A D | stack.c | 491 core_fd = open (arg, O_RDONLY); in parse_opt() 493 error (EXIT_BAD, errno, N_("Cannot open core file '%s'"), arg); in parse_opt()
|
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 415 fd = open("/dev/null", O_RDWR); in spawn_exec() 423 log_error_errno(errno, "open /dev/null failed: %m"); in spawn_exec()
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 560 * If the QLOGDIR environment variable is set, open and return a file 591 int qlogfd = open(Curl_dyn_ptr(&fname), QLOGMODE, in Curl_qlogdir()
|
/third_party/benchmark/src/ |
H A D | benchmark.cc | 583 output_file.open(fname); in RunSpecifiedBenchmarks()
|
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 575 fd = open(filename, O_RDONLY); in main() 577 fprintf(stderr, "ERROR: Unable to open input text file %s\n", filename); in main()
|
/third_party/cups-filters/utils/ |
H A D | driverless.c | 539 perror("ERROR: Unable to open ippfind output data stream"); in list_printers() 666 fd = open(ppdname, O_RDONLY); in generate_ppd()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_generic_epfile.c | 582 .open = generic_epfile_handle_open,
|
/third_party/libuv/src/unix/ |
H A D | sunos.c | 629 fd = open("/proc/self/psinfo", O_RDONLY); in uv_resident_set_memory()
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 309 with open(full_path) as fd:
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 224 fd = open(path, O_RDWR | O_CLOEXEC); in tu_enumerate_devices() 228 "failed to open device %s", path); in tu_enumerate_devices()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 727 file = open(filename, "rb")
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 64 .open = radv_hal_open,
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 612 file = open(filename, "rb")
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 424 for line in open(fname, 'r').readlines():
|
/third_party/node/lib/ |
H A D | child_process.js | 178 p.open(fd);
|