Home
last modified time | relevance | path

Searched refs:recvAbsPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c379 static int32_t GetAbsFullPath(const char *fullPath, char *recvAbsPath, int32_t pathSize) in GetAbsFullPath() argument
416 if (sprintf_s(recvAbsPath, pathSize, "%s/%s", absFullDir, fileName) < 0) { in GetAbsFullPath()
420 TRANS_LOGI(TRANS_FILE, "recvAbsPath=%{private}s", recvAbsPath); in GetAbsFullPath()
431 int32_t CreateDirAndGetAbsPath(const char *filePath, char *recvAbsPath, int32_t pathSize) in CreateDirAndGetAbsPath() argument
433 if ((filePath == NULL) || (recvAbsPath == NULL)) { in CreateDirAndGetAbsPath()
460 ret = GetAbsFullPath(filePath, recvAbsPath, pathSize); in CreateDirAndGetAbsPath()
/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.cpp902 char recvAbsPath[TEST_PATH_SIZE]; variable
903 ret = GetAbsFullPath(g_testProxyFileList[0], recvAbsPath, TEST_PATH_SIZE);
906 ret = GetAbsFullPath(g_testProxyFileList[0], recvAbsPath, TEST_FILE_LENGTH);
912 ret = CreateDirAndGetAbsPath(g_testProxyFileList[0], recvAbsPath, TEST_PATH_SIZE);
915 ret = CreateDirAndGetAbsPath(g_testProxyFileList[0], recvAbsPath, TEST_FILE_LENGTH);