Home
last modified time | relevance | path

Searched refs:SoftBusOpenFileWithPerms (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_file_test.cpp83 int32_t ret = SoftBusOpenFileWithPerms(NULL, SOFTBUS_O_WRONLY | SOFTBUS_O_CREATE,
86 fd = SoftBusOpenFileWithPerms("/dev/urandom", SOFTBUS_O_WRONLY | SOFTBUS_O_CREATE,
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_file.h52 int32_t SoftBusOpenFileWithPerms(const char *fileName, int32_t flags, int32_t perms);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_file.c108 int32_t SoftBusOpenFileWithPerms(const char *fileName, int32_t flags, int32_t perms) in SoftBusOpenFileWithPerms() function
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_file.c185 int32_t SoftBusOpenFileWithPerms(const char *fileName, int32_t flags, int32_t perms) in SoftBusOpenFileWithPerms() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c1062 int32_t fd = SoftBusOpenFileWithPerms( in PutToRecvFileList()