Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp65 bool isDirExisted = false; in CheckEl5Dir() local
66 auto result = InstalldClient::GetInstance()->IsExistDir(parentDir, isDirExisted); in CheckEl5Dir()
67 if (result != ERR_OK || !isDirExisted) { in CheckEl5Dir()
71 result = InstalldClient::GetInstance()->IsExistDir(baseDir, isDirExisted); in CheckEl5Dir()
72 if (result == ERR_OK && isDirExisted) { in CheckEl5Dir()
H A Duser_unlocked_event_subscriber.cpp324 bool isDirExisted = false; in CreateNewBackupDir() local
325 auto result = InstalldClient::GetInstance()->IsExistDir(dir, isDirExisted); in CreateNewBackupDir()
326 if (result != ERR_OK || isDirExisted) { in CreateNewBackupDir()
H A Dbase_bundle_installer.cpp5593 bool isDirExisted = false; in MoveSoFileToRealInstallationDir() local
5594 auto result = InstalldClient::GetInstance()->IsExistDir(tempSoDir, isDirExisted); in MoveSoFileToRealInstallationDir()
5599 if (!isDirExisted) { in MoveSoFileToRealInstallationDir()
5608 isDirExisted = false; in MoveSoFileToRealInstallationDir()
5609 result = InstalldClient::GetInstance()->IsExistDir(realSoDir, isDirExisted); in MoveSoFileToRealInstallationDir()
5614 if (!isDirExisted) { in MoveSoFileToRealInstallationDir()

Completed in 11 milliseconds