/drivers/hdf_core/framework/core/adapter/vnode/src/ |
H A D | hdf_vnode_adapter.c | 747 .open = HdfVNodeAdapterOpen, in HdfIoServiceAdapterPublish()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 70 int fd = open(filename.c_str(), O_RDWR); in GetBuffer()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 70 int fd = open(filename.c_str(), O_RDWR); in GetBuffer()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 70 int fd = open(filename.c_str(), O_RDWR); in GetBuffer()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 661 in.open(resPath, std::ios_base::in | std::ios_base::binary); in TransformFileToJsonString() 663 TAG_LOGE(AAFwkTag::APPKIT, "the file cannot be open errno:%{public}d.", errno); in TransformFileToJsonString()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_installer_proxy.cpp | 452 int32_t inputFd = open(realPath.c_str(), O_RDONLY); in WriteFile() 454 LOG_E(BMS_TAG_INSTALLER, "write file to stream failed due to open the hap file, errno:%{public}d", errno); in WriteFile()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 611 int32_t hspFd = open(tempHspPath.c_str(), O_RDONLY); in SaveHspToRealInstallationDir()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | dng_exif_metadata_accessor_test.cpp | 479 * @tc.desc: test dng file not open, read fail 526 int fileDescription = open(IMAGE_INPUT1_DNG_PATH.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_ndk_sample.cpp | 337 inFile_->open(INP_DIR, ios::in | ios::binary); in OpenFile() 339 cout << "file open fail" << endl; in OpenFile()
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | drm_host_manager.cpp | 407 int fd = open(filePath.c_str(), O_RDONLY);
in LoadPluginInfo() 409 DRM_ERR_LOG("LoadPluginInfo unable to open file:%{public}s.", filePath.c_str());
in LoadPluginInfo() 415 DRM_ERR_LOG("LoadPluginInfo unable to open file:%{public}s.", filePath.c_str());
in LoadPluginInfo()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/picture_test/ |
H A D | picture_test.cpp | 532 const int fd = open(IMAGE_INPUT_EXIF_JPEG_PATH.c_str(), O_RDWR | S_IRUSR | S_IWUSR); in HWTEST_F()
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_video_player_fast_2.h | 46 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/unittest/filter_test/ |
H A D | demuxer_filter_unit_test.cpp | 151 int32_t fd = open(srtPath.c_str(), O_RDONLY); in SetDataSource()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 470 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder() 472 cout << "failed open file " << INP_DIR << endl; in StartVideoDecoder()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 411 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder() 413 cout << "failed open file " << INP_DIR << endl; in StartVideoDecoder()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 391 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder() 393 cout << "failed open file " << INP_DIR << endl; in StartVideoDecoder()
|
/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_media_downloader_unit_test.cpp | 646 int32_t fd = open(path.c_str(), O_RDONLY);
in HWTEST_F()
|
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 359 file_->open(filePath, std::ios::in | std::ios::binary); in GetStubFile() 360 UNITTEST_CHECK_AND_RETURN_RET_LOG(file_->is_open(), MSERR_INVALID_OPERATION, "open file failed"); in GetStubFile()
|
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 188 fdValue = open(path.c_str(), O_RDONLY); in SetFdSourceStatic()
|
/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 644 jsonFileStream.open(jsonPath.c_str(), std::ios::in); in ParseJsonObj() 646 HILOGE("open json file error!!"); in ParseJsonObj()
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 950 int fd = open(fileName, O_RDWR); in CreateNewRtgGrp()
|
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server_rpc.c | 681 int32_t fp = open(path, O_RDONLY, S_IRUSR); in GetJsonStream()
|
H A D | samgr_server.c | 571 int32_t fp = open(path, O_RDONLY, S_IRUSR);
in GetJsonStream()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_security_manager.cpp | 659 lockFd_ = open(lock_.c_str(), O_RDONLY | O_CREAT, S_IRWXU | S_IRWXG);
in KeyFiles() 661 LOG_WARN("open failed, errno:%{public}d, file:%{public}s.", errno, SqliteUtils::Anonymous(lock_).c_str());
in KeyFiles()
|
/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file_clouddisk.cpp | 135 fd_ = UniqueFd{open(cacheFile_.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)}; in CloudDiskMetaFile()
|