/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | hi_audit.cpp | 66 if (access(HIAUDIT_CONFIG.logPath.c_str(), F_OK) != 0) { in Init()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/ |
H A D | rs_recording_thread.cpp | 150 if (access(fileDir_.c_str(), F_OK) != 0) { in CheckAndRecording()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | hi_audit.cpp | 65 if (access(HIAUDIT_CONFIG.logPath.c_str(), F_OK) != 0) { in Init()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 98 if (access(filePath.c_str(), F_OK) == ERR_OK) { in CreateNodeFile()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_hostapd_test.cpp | 32 if (access(g_rpcSockPath.c_str(), 0) == 0) { in SetUpTestCase()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
H A D | security.cpp | 165 return access(file.c_str(), F_OK) == 0; in IsExits()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | directory_manager_test.cpp | 263 EXPECT_EQ(access(deleteDir.c_str(), F_OK), -1); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/common/dfx_utils/src/ |
H A D | daudio_hidumper.cpp | 169 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) {
in StartDumpData()
|
/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_json_entity_ext_manage.cpp | 88 if (access(fileName.c_str(), F_OK) != 0) { in CheckUserTar()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-arm740.S | 107 mcr p15, 0, r0, c5, c0 @ all read/write access
|
H A D | proc-fa526.S | 153 mcr p15, 0, r0, c3, c0 @ load domain access register
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | msa.h | 214 __BUILD_MSA_CTL_REG(access, 2)
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | sys_regs.h | 69 /* Trapped access from guest, if non-NULL. */ 70 bool (*access)(struct kvm_vcpu *, member
|
/kernel/linux/linux-6.6/arch/loongarch/ |
H A D | Makefile | 65 # Also, -mdirect-extern-access is useful in case of building with explicit 70 KBUILD_CFLAGS_KERNEL += $(call cc-option,-mdirect-extern-access) 107 # Not all LoongArch cores support unaligned access, and as kernel we can't 111 # Optimise for performance on hardware supports unaligned access.
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-arm740.S | 107 mcr p15, 0, r0, c5, c0 @ all read/write access
|
H A D | proc-fa526.S | 153 mcr p15, 0, r0, c3, c0 @ load domain access register
|
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
H A D | industrialio-buffer-dmaengine.c | 206 dmaengine_buffer->queue.buffer.access = &iio_dmaengine_buffer_ops; in iio_dmaengine_buffer_alloc()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | info.h | 74 struct mutex access; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gv100.c | 292 .fault.access = gv100_fifo_fault_access,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth_ioctl.h | 217 u16 access; /* not used */ member
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.h | 130 struct kstatfs *, int access);
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.h | 145 struct kstatfs *, int access);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | info.h | 74 struct mutex access; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | priv.h | 30 const struct nvkm_enum *access; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | tu102.c | 104 info.access = (info1 & 0x000f0000) >> 16; in tu102_fault_info_fault()
|