Home
last modified time | relevance | path

Searched refs:open (Results 2851 - 2875 of 8510) sorted by relevance

1...<<111112113114115116117118119120>>...341

/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkfileformatfile_fuzzer/
H A Dscreencapturefileformatfile_ndk_fuzzer.cpp108 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_ndk_fileformat_file_01.mp4").c_str(), in FuzzScreenCaptureFileFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_ndk_fuzzer.cpp115 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_ndk_videocodec_file_01.mp4").c_str(), in FuzzScreenCaptureVideoCodecFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideobitratefile_fuzzer/
H A Dscreencapturevideobitratefile_ndk_fuzzer.cpp104 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_ndk_videobitrate_file_01.mp4").c_str(), in FuzzScreenCaptureVideoBitrateFileNdk()
/foundation/multimodalinput/input/test/facility/libinput_wrapper/src/
H A Dlibinput_wrapper.cpp63 fd = open(realPath, flags);
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturedatatype_fuzzer/
H A Dscreencapturedatatype_fuzzer.cpp112 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_datatype_file_01.mp4").c_str(), in FuzzScreenCaptureDataType()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/
H A Dscreencaptureserverstartcase_fuzzer.cpp94 int outputFd = open("/data/test/media/screen_capture_fuzz_server_start_file_01.mp4", O_RDWR); in FuzzScreenCaptureServerStartCase()
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_metadata_extractor.cpp114 int32_t fd = open(absFilePath.c_str(), O_RDONLY); in ExtractAudioMetadata()
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dlibinput_adapter_test.cpp47 fd = open(realPath, flags);
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkurlfile_fuzzer/
H A Dscreencaptureurlfile_ndk_fuzzer.cpp105 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_ndk_url_file_01.mp4").c_str(), in FuzzScreenCaptureUrlFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_fuzzer.cpp114 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_videocodec_file_01.mp4").c_str(), in FuzzScreenCaptureVideoCodecFile()
/foundation/multimodalinput/input/uinput/
H A Dvirtual_device.cpp62 fd_ = open("/dev/uinput", O_WRONLY | O_NONBLOCK); in SetUp()
64 MMI_HILOGE("Failed to open uinput"); in SetUp()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiocodecformatfile_fuzzer/
H A Dscreencaptureaudiocodecformatfile_ndk_fuzzer.cpp110 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_ndk_audiocodecformat_file_01.mp4").c_str(), in FuzzScreenCaptureAudioCodecFormatFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideoframeratefile_fuzzer/
H A Dscreencapturevideoframeratefile_ndk_fuzzer.cpp104 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_ndk_videoframerate_file_01.mp4").c_str(), in FuzzScreenCaptureVideoFramerateFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureurlfile_fuzzer/
H A Dscreencaptureurlfile_fuzzer.cpp108 int32_t outputFd = open((screenCaptureRoot + "screen_capture_fuzz_url_file_01.mp4").c_str(), in FuzzScreenCaptureUrlFile()
/foundation/resourceschedule/ffrt/test/ut/
H A Dqos_convert_test.cpp89 int32_t handle = open(QOS_CTRL_FILE_PATH.c_str(), (O_RDWR | O_CLOEXEC)); in SetRssQos()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp68 // open file in RegisterKswapdListener()
70 kswapdMonitorFd_ = open(KSWAPD_PRESSURE_FILE, O_WRONLY | O_CLOEXEC); in RegisterKswapdListener()
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.h81 int32_t fd = open(filePath, O_RDWR); in SetCGroupPara()
83 FFRT_LOGE("[cgroup_ctrl] fail to open filePath:%s", filePath); in SetCGroupPara()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_file_desc_unittest.cpp57 testFdNum = open("/data/fd_unit_test.txt", O_RDWR | O_APPEND | O_CREAT, S_IRWXU | S_IRWXG | S_IRWXO); in HWTEST_F()
60 ZLOGD(LABEL, "%s(%d):open failed.", __func__, __LINE__); in HWTEST_F()
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnet_policy_file_event_handler.cpp107 NETMGR_LOG_E("open file error."); in Write()
124 int fd = open(POLICY_FILE_BAK_PATH, O_RDONLY); in DeleteBak()
126 NETMGR_LOG_E("open the file path failed."); in DeleteBak()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dmain.c49 if ((fd = open(pidFile, O_RDONLY)) < 0) { in GetPID()
50 LOGE("GetPID() failed, open pidFile:%{public}s error!", pidFile); in GetPID()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_file_lock.cpp55 fd_ = open(path.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in PreferencesFileLock()
57 LOG_ERROR("Couldn't open file %{public}s errno %{public}d.", ExtractFileName(path).c_str(), errno); in PreferencesFileLock()
/foundation/filemanagement/file_api/interfaces/test/unittest/remote_uri/
H A Dremote_uri_test.cpp75 int fd = open(fileStr.c_str(), O_RDWR); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h78 int file = open(realPath, O_RDWR); in SetCmd()
/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dmain.cpp55 infile.open(CONFIG_PTAH); in ParasConfig()
57 LOGE("Cannot open config"); in ParasConfig()
/kernel/linux/linux-5.10/drivers/edac/
H A Ddebugfs.c40 .open = simple_open,

Completed in 10 milliseconds

1...<<111112113114115116117118119120>>...341