Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_file_test.c52 ret = OsalFileOpen(&file, TEST_FILE_PATH_NAME, O_CREAT | OSAL_O_RDWR, OSAL_S_IWRITE); in OsalTestFileInit()
73 ret = OsalFileOpen(&file, TEST_FW_PATH_NAME, O_CREAT | OSAL_O_RDWR, OSAL_S_IWRITE); in OsalTestFileInit()
/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_file.h63 #define OSAL_S_IWRITE 00200 macro
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_file.h63 #define OSAL_S_IWRITE 00200 macro
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/fwk/
H A Dplatform_trace.c185 ret = OsalFileOpen(&file, TRACE_EVENT_ENABLE_PATH, OSAL_O_RDWR, OSAL_S_IWRITE); in TraceEventFileWrite()
/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.c164 … int32_t ret = OsalFileOpen(&file, TEST_READ_FILE_PATH_NAME, O_CREAT | OSAL_O_RDWR, OSAL_S_IWRITE); in I2sRecordTest()
/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()