Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp165 std::string systemServiceDir = ServiceConstants::SYSTEM_SERVICE_DIR; in RemoveDriverSoFile() local
166 InstalldClient::GetInstance()->RemoveDir(systemServiceDir + destinedDir); in RemoveDriverSoFile()
226 std::string systemServiceDir = ServiceConstants::SYSTEM_SERVICE_DIR; in RenameDriverFile() local
227 InstalldClient::GetInstance()->MoveFile(systemServiceDir + tempDestinedDir, in RenameDriverFile()
228 systemServiceDir + realDestinedDir); in RenameDriverFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1683 std::string systemServiceDir = ServiceConstants::SYSTEM_SERVICE_DIR; in ExtractDriverSoFiles() local
1684 if (!CopyDriverSoFiles(srcPath + fileName, systemServiceDir + destinedDir)) { in ExtractDriverSoFiles()

Completed in 4 milliseconds