Home
last modified time | relevance | path

Searched refs:OSAL_S_IREAD (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_file.h59 #define OSAL_S_IREAD 00400 macro
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_file.h59 #define OSAL_S_IREAD 00400 macro
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_work_test.c170 …UT_TEST_CHECK_RET(OsalFileOpen(&file, TEST_FILE_PATH_NAME, OSAL_O_RD_ONLY, OSAL_S_IREAD) != HDF_SU… in OsalTestFile()
192 …UT_TEST_CHECK_RET(OsalFileOpen(&file, TEST_FILE_PATH_NAME, OSAL_O_RDWR, OSAL_S_IREAD) != HDF_SUCCE… in OsalTestFile()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/fwk/
H A Dplatform_trace.c234 ret = OsalFileOpen(&file, TRACE_EVENT_READ_PATH, OSAL_O_RDWR, OSAL_S_IREAD); in PlatformTraceInfoDump()
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c102 OSAL_S_IREAD | OSAL_S_IWRITE | OSAL_S_IRGRP | OSAL_S_IWGRP | OSAL_S_IROTH); in SampleDriverRegisterDevice()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Di2s_test.c127 …int32_t size = OsalFileOpen(&file, TEST_WRITE_FILE_PATH_NAME, O_CREAT | OSAL_O_RDWR, OSAL_S_IREAD); in I2sPlayTest()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c836 OSAL_S_IREAD | OSAL_S_IWRITE | OSAL_S_IRGRP | OSAL_S_IWGRP | OSAL_S_IROTH); in UsbPnpNotifyDriverRegisterDevice()