Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp166 std::string systemServiceDir = ServiceConstants::SYSTEM_SERVICE_DIR; in RemoveDriverSoFile() local
167 InstalldClient::GetInstance()->RemoveDir(systemServiceDir + destinedDir); in RemoveDriverSoFile()
232 std::string systemServiceDir = ServiceConstants::SYSTEM_SERVICE_DIR; in RenameDriverFile() local
233 InstalldClient::GetInstance()->MoveFile(systemServiceDir + tempDestinedDir, in RenameDriverFile()
234 systemServiceDir + realDestinedDir); in RenameDriverFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1803 std::string systemServiceDir = ServiceConstants::SYSTEM_SERVICE_DIR; in ExtractDriverSoFiles() local
1804 if (!CopyDriverSoFiles(srcPath + fileName, systemServiceDir + destinedDir)) { in ExtractDriverSoFiles()