Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/osal/
H A Dosal_file.h59 #define OSAL_S_IREAD 00400 macro
121 * @param rights Indicates the permissions required for opening the file. For details, see {@link OSAL_S_IREAD}.
/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_file.h59 #define OSAL_S_IREAD 00400 macro
121 * @param rights Indicates the permissions required for opening the file. For details, see {@link OSAL_S_IREAD}.
/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_SUCCESS, in OsalTestFile()
192 UT_TEST_CHECK_RET(OsalFileOpen(&file, TEST_FILE_PATH_NAME, OSAL_O_RDWR, OSAL_S_IREAD) != HDF_SUCCESS, in OsalTestFile()
/drivers/hdf_core/adapter/khdf/linux/platform/fwk/
H A Dplatform_trace.c230 ret = OsalFileOpen(&file, TRACE_EVENT_READ_PATH, OSAL_O_RDWR, OSAL_S_IREAD); in PlatformTraceInfoDump()
/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()
/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()
/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()

Completed in 4 milliseconds