Home
last modified time | relevance | path

Searched refs:pathMax (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp46 bool CompareTools::StrnCatPath(char* filePath, size_t pathMax, const char* fileName, size_t count) in StrnCatPath() argument
48 if ((filePath == nullptr) || (pathMax > DEFAULT_FILE_NAME_MAX_LENGTH)) { in StrnCatPath()
59 if (memcpy_s(static_cast<void *>(filePath), pathMax, dest, DEFAULT_FILE_NAME_MAX_LENGTH) != EOK) { in StrnCatPath()
/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);

Completed in 2 milliseconds