Home
last modified time | relevance | path

Searched refs:CreateDirAndGetAbsPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_helper.h48 int32_t CreateDirAndGetAbsPath(const char *filePath, char *recvAbsPath, int32_t pathSize);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp909 ret = CreateDirAndGetAbsPath(g_testProxyFileList[0], nullptr, TEST_PATH_SIZE);
912 ret = CreateDirAndGetAbsPath(g_testProxyFileList[0], recvAbsPath, TEST_PATH_SIZE);
915 ret = CreateDirAndGetAbsPath(g_testProxyFileList[0], recvAbsPath, TEST_FILE_LENGTH);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c431 int32_t CreateDirAndGetAbsPath(const char *filePath, char *recvAbsPath, int32_t pathSize) in CreateDirAndGetAbsPath() function
H A Dclient_trans_proxy_file_manager.c1253 ret = CreateDirAndGetAbsPath(fullRecvPath, filePath, MAX_FILE_PATH_NAME_LEN); in GetFileInfoByStartFrame()