Home
last modified time | relevance | path

Searched refs:open (Results 7976 - 8000 of 10205) sorted by relevance

1...<<311312313314315316317318319320>>...409

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c598 .open = kbasep_trace_debugfs_open,
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H A Ddw9763.c341 .open = dw9763_open,
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dsdmmc_vendor_storage.c577 .open = vendor_storage_open,
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp281 int fd = open(resolvedPath.c_str(), O_RDONLY); in GetSafeData()
342 TAG_LOGE(AAFwkTag::JSRUNTIME, "Failed to open file %{private}s", ami.c_str()); in ReadAmiData()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp401 in.open(resPath, std::ios_base::in | std::ios_base::binary); in TransformFileToJsonString()
404 APP_LOGE("file open fail due to %{public}s errno:%{public}d", errBuf, errno); in TransformFileToJsonString()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp497 int32_t fd = open(src, O_RDONLY); in SetSrc()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp455 auto file = open(realPath.data(), O_CREAT | O_EXCL | O_RDWR, S_IRUSR | S_IWUSR); in FileOpen()
464 HRPE("FileOpen: Cannot open '%s' with options '%s'!", realPath.data(), options.data()); // NOLINT in FileOpen()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp524 configFile.open(KERNEL_CONFIG_PATH); in InitMemoryLimit()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp188 LOGE("failed to open dir %{public}s, errno %{public}d", path.c_str(), errno); in RmDirRecurse()
286 LOGE("failed to open dir %{public}s, errno %{public}d", path.c_str(), errno); in GetSubDirs()
313 LOGE("failed to open dir %{public}s, errno %{public}d", path.c_str(), errno); in ReadDigitDir()
350 LOGI("failed to open dir %{public}s, errno %{public}d", path.c_str(), errno); in OpenSubFile()
383 infile.open(rpath.c_str()); in ReadFile()
385 LOGE("Cannot open file"); in ReadFile()
646 LOGE("unable to open /proc/mounts, errno is %{public}d", errno); in IsPathMounted()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dvideodec_ndk_inner_sample.cpp251 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder()
468 cout << "file open fail" << endl; in OpenFileFail()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_1.h46 int32_t fd = open(url.c_str(), O_RDONLY|O_BINARY); in FIXTURE()
54 return fabs(expectValue - currentValue) < 100; // if open debug log, should use value >= 1000 in FIXTURE()
H A Dtest_single_video_player_fast_3.h46 int32_t fd = open(url.c_str(), O_RDONLY|O_BINARY); in FIXTURE()
54 return fabs(expectValue - currentValue) < 100; // if open debug log, should use value >= 1000 in FIXTURE()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_base.cpp50 file->open(filePath, std::ios::in | std::ios::binary); in OpenFile()
208 std::cout<<"open audio file failed! file name:"<<audioParams_->fileName<<std::endl; in SelectModeAndOpenFile()
211 std::cout<<"open audio file success! file name:"<<audioParams_->fileName<<std::endl; in SelectModeAndOpenFile()
217 std::cout<<"open video file failed! file name:"<<videoParams_->fileName<<std::endl; in SelectModeAndOpenFile()
227 std::cout<<"open cover file failed! file name:"<<coverParams_->fileName<<std::endl; in SelectModeAndOpenFile()
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp202 inFile_->open(inpDir, ios::in | ios::binary); in OpenFile()
204 cout << "file open fail" << endl; in OpenFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp495 UniqueFd extraDataFd(open(absExtraDataPath.c_str(), O_RDONLY)); in ProcessLocalLivePhoto()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp132 MEDIA_ERR_LOG("SourceLoader open local file fail: errno: %{public}d, %{public}s", in IsLocalSourceAvailable()
152 int fd = open(absFilePath.c_str(), O_RDONLY); in IsCloudSourceAvailable()
154 MEDIA_ERR_LOG("open cloud file fail: errno: %{public}d, %{public}s", in IsCloudSourceAvailable()
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c66 connector->fd = open(LITEIPC_DRIVER, O_RDWR); in OpenDriver()
68 RPC_LOG_ERROR("liteipc open failed error : %d.", errno); in OpenDriver()
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c66 RPC_LOG_ERROR("ipc open driver malloc failed."); in OpenDriver()
69 connector->fd = open(BINDER_DRIVER, O_RDWR); in OpenDriver()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp239 int fd = open(realPath.c_str(), 0, 0666); in GetInterfaceTrafficByType()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp443 int32_t fd = open("/data/capiTest.txt", O_RDWR | O_CREAT); in SendAndEchoFileDescriptor()
447 ZLOGE(LABEL, "open file failed!"); in SendAndEchoFileDescriptor()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp379 "dhfwk so open failed, soname : " + soName); in GetHandler()
482 infile.open(filePath); in Readfile()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp317 int fd = open(fileName.c_str(), O_RDONLY | O_CLOEXEC); in WriteFileContent()
319 AuditLog auditLog = {false, "open fd failed", "ADD", "", 1, "FAILED", "WriteFileContent", in WriteFileContent()
323 HILOGE("Failed to open file %{public}s, err = %{public}d", GetAnonyString(fileName).data(), errno); in WriteFileContent()
388 HILOGE("Failed to open file %{public}s, err = %{public}d", currentTarName_.c_str(), errno); in CreateSplitTarFile()
389 throw BError(BError::Codes::EXT_BACKUP_PACKET_ERROR, "CreateSplitTarFile Failed to open file"); in CreateSplitTarFile()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp433 LOGE("open file fail, path is %{public}s", GetAnonyString(rootFile).c_str()); in CompressFile()
568 file.open(filenameWithPath, std::ios_base::out | std::ios_base::binary); in ExtractFile()
570 LOGE("open zip file fail, path is %{public}s", GetAnonyString(filenameWithPath).c_str()); in ExtractFile()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp231 int32_t fd = open(path.c_str(), (mode & O_NOFOLLOW) | O_CREAT | O_RDWR, STAT_MODE_REG); in CreateLocalFile()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-scom.c556 .open = scom_open,

Completed in 37 milliseconds

1...<<311312313314315316317318319320>>...409