Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1433 … std::string innerDesStr = destinationDir + ServiceConstants::PATH_SEPARATOR + currentName; in CopyFiles() local
1434 if (CopyFile(curPath, innerDesStr)) { in CopyFiles()
1435 ChangeFileAttr(innerDesStr, Constants::FOUNDATION_UID, ServiceConstants::BMS_GID); in CopyFiles()
1690 std::string innerDesStr = realDesDir + ServiceConstants::PATH_SEPARATOR + currentName; in MoveFiles() local
1696 if (!MoveFileOrDir(curPath, innerDesStr, s.st_mode)) { in MoveFiles()