Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp390 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()