Searched refs:OSAL_S_IWRITE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/ |
H A D | osal_file_test.c | 52 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 D | osal_file.h | 63 #define OSAL_S_IWRITE 00200 macro
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_file.h | 63 #define OSAL_S_IWRITE 00200 macro
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/fwk/ |
H A D | platform_trace.c | 185 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 D | sample_driver_test.c | 102 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 D | i2s_test.c | 164 … 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 D | usb_pnp_notify.c | 836 OSAL_S_IREAD | OSAL_S_IWRITE | OSAL_S_IRGRP | OSAL_S_IWGRP | OSAL_S_IROTH); in UsbPnpNotifyDriverRegisterDevice()
|