Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp446 size_t appRootPathLength = 0; in RelocateFilePath() local
448 …if ((appRootPath == nullptr) || ((appRootPathLength = strlen(appRootPath)) == 0) || (fileName == n… in RelocateFilePath()
455 if ((appRootPathLength >= PATH_LENGTH_MAX) || (subPathLength >= PATH_LENGTH_MAX) || in RelocateFilePath()
462 size_t totalLength = appRootPathLength + subPathLength + fileNameLength + addedLength; in RelocateFilePath()