/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 117 * each system call not at open time. The reason is that most of 549 .open = lstats_open, 592 [RLIMIT_NOFILE] = {"Max open files", "files"}, 753 * Let's make getdents(), stat(), and open() in proc_pid_permission() 796 .open = proc_single_open, 955 .open = mem_open, 1028 .open = environ_open, 1055 .open = auxv_open, 1501 .open = sched_open, 1530 .open [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 121 * each system call not at open time. The reason is that most of 553 .open = lstats_open, 596 [RLIMIT_NOFILE] = {"Max open files", "files"}, 758 * Let's make getdents(), stat(), and open() in proc_pid_permission() 801 .open = proc_single_open, 944 .open = mem_open, 1017 .open = environ_open, 1044 .open = auxv_open, 1490 .open = sched_open, 1519 .open [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drm_hal/ |
H A D | drm_hal_gfx.h | 68 int (*open)(enum drm_hal_gfx_layer layer); member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/include/ |
H A D | hi_osal_user.h | 54 #define OSAL_OPEN open
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_gpu_memory_debugfs.c | 67 .open = kbasep_gpu_memory_debugfs_open,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_dvfs_debugfs.c | 62 .open = kbasep_dvfs_utilization_debugfs_open,
|
H A D | mali_kbase_gpu_memory_debugfs.c | 80 .open = kbasep_gpu_memory_debugfs_open,
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_gpu_memory_debugfs.c | 76 .open = kbasep_gpu_memory_debugfs_open,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_gpu_memory_debugfs.c | 72 .open = kbasep_gpu_memory_debugfs_open,
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/ |
H A D | hash_bad_04.py | 29 with os.fdopen(os.open(fail_output, os.O_CREAT | os.O_WRONLY | os.O_TRUNC, 0o644), mode='w', encoding='utf-8') as fd:
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file_reader.cpp | 85 fd_ = open(resolvePath.c_str(), O_RDONLY); in init() 87 ABILITYBASE_LOGE("open file error: %{public}s : %{public}d", resolvePath.c_str(), errno); in init()
|
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/ |
H A D | frame_saver.cpp | 63 ofs_.open(tmpPath, ofs_.out | ofs_.app); in FrameSaver()
|
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/ |
H A D | frame_saver_test.cpp | 78 frameSaver->ofs_.open("/data/frame_render/8888.log", frameSaver->ofs_.out | frameSaver->ofs_.app); in HWTEST_F()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetlocation_fuzzer/ |
H A D | recordersetlocation_fuzzer.cpp | 49 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_SetLocation.mp4", O_RDWR); in FuzzRecorderSetLocation()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoframerate_fuzzer/ |
H A D | recordersetvideoframerate_fuzzer.cpp | 49 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_SetVideoFrameRate.mp4", O_RDWR); in RecorderSetVideoFrameRateFuzz()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideosize_fuzzer/ |
H A D | recordersetvideosize_fuzzer.cpp | 49 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_SetVideoSize.mp4", O_RDWR); in RecorderSetVideoSizeFuzz()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosource_fuzzer/ |
H A D | recordersetaudiosource_fuzzer.cpp | 48 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_setAudioSource.m4a", O_RDWR); in FuzzRecorderSetAudioSource()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetcapturerate_fuzzer/ |
H A D | recordersetcapturerate_fuzzer.cpp | 48 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_SetCaptureRate.mp4", O_RDWR); in FuzzRecorderSetCaptureRate()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetorientationhint_fuzzer/ |
H A D | recordersetorientationhint_fuzzer.cpp | 48 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_SetOrientationHint.mp4", O_RDWR); in FuzzRecorderSetOrientationHint()
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetparameter_fuzzer/ |
H A D | recordersetparameter_fuzzer.cpp | 49 g_videoRecorderConfig.outputFd = open("/data/test/media/recorder_SetParameter.mp4", O_RDWR); in FuzzRecorderSetParameter()
|
/foundation/distributeddatamgr/pasteboard/framework/uri/ |
H A D | uri_handler.cpp | 61 int32_t fd = open(fileRealPath.c_str(), O_RDONLY);
in ToFd() 63 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "open file failed, maybe its not a legal file path %{public}s",
in ToFd()
|
/foundation/filemanagement/app_file_service/interfaces/common/src/ |
H A D | json_utils.cpp | 28 jsonFileStream.open(jsonPath.c_str(), std::ios::in); in GetJsonObjFromPath()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpmrm-dev.c | 50 .open = tpmrm_open,
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | ns16550.c | 77 scdp->open = ns16550_open; in ns16550_console_init()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
H A D | segment_regs.c | 50 .open = sr_open,
|