Searched refs:GetDirPath (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 | 350 static int32_t GetDirPath(const char *fullPath, char *dirPath, int32_t dirPathLen) in GetDirPath() function 385 if (GetDirPath(fullPath, dirPath, MAX_FILE_PATH_NAME_LEN) != SOFTBUS_OK) { in GetAbsFullPath()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 871 int ret = GetDirPath(nullptr, nullptr, 0); 876 ret = GetDirPath(fullPath1, nullptr, 0); 880 ret = GetDirPath(fullPath2, nullptr, 0); 884 ret = GetDirPath(fullPath3, dirPath1, 0); 887 ret = GetDirPath(fullPath3, dirPath1, TEST_FILE_LENGTH);
|