Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1550 std::string realDesDir = ""; in MoveFiles() local
1551 if (!PathToRealPath(desDir, realDesDir)) { in MoveFiles()
1570 std::string innerDesStr = realDesDir + ServiceConstants::PATH_SEPARATOR + currentName; in MoveFiles()
1702 std::string realDesDir; in CopyDriverSoFiles() local
1703 if (!PathToRealPath(desDir, realDesDir)) { in CopyDriverSoFiles()
1707 std::string realDestinedDir = realDesDir + destinedDir.substr(pos); in CopyDriverSoFiles()
1712 if (stat(realDesDir.c_str(), &buf) != 0) { in CopyDriverSoFiles()
1713 LOG_E(BMS_TAG_INSTALLD, "failed to obtain the stat status of realDesDir %{public}s, errno:%{public}d", in CopyDriverSoFiles()
1714 realDesDir.c_str(), errno); in CopyDriverSoFiles()

Completed in 6 milliseconds