Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dcompare_tools.h54 static bool StrnCatPath(char* filePath, size_t pathMax, const char* fileName, size_t count);
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp140 CompareTools::StrnCatPath(filePath, DEFAULT_FILE_NAME_MAX_LENGTH, fileName, strlen(fileName)); in CompareByBinary()
H A Dcompare_tools.cpp46 bool CompareTools::StrnCatPath(char* filePath, size_t pathMax, const char* fileName, size_t count) in StrnCatPath() function in OHOS::CompareTools