Searched refs:GetAbsFullPath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_helper.c | 379 static int32_t GetAbsFullPath(const char *fullPath, char *recvAbsPath, int32_t pathSize) in GetAbsFullPath() function 460 ret = GetAbsFullPath(filePath, recvAbsPath, pathSize); in CreateDirAndGetAbsPath()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 899 int ret = GetAbsFullPath(nullptr, nullptr, 0); 903 ret = GetAbsFullPath(g_testProxyFileList[0], recvAbsPath, TEST_PATH_SIZE); 906 ret = GetAbsFullPath(g_testProxyFileList[0], recvAbsPath, TEST_FILE_LENGTH);
|