Searched refs:AppendTwoPath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 390 static size_t AppendTwoPath(char * const first, uint8_t startIndex, const char * const sec, const u… in AppendTwoPath() function 470 size_t copiedLength = AppendTwoPath(fullPath, 0, appRootPath, totalLength); in RelocateFilePath() 474 copiedLength = AppendTwoPath(fullPath, index, subPath, totalLength); in RelocateFilePath() 478 index += AppendTwoPath(fullPath, index, fileName, totalLength); in RelocateFilePath()
|