/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 338 bool MediaFileUtils::IsDirEmpty(const string &path) in IsDirEmpty() function in OHOS::Media::MediaFileUtils 521 if (!IsDirEmpty(dirPath)) { in BackupPhotoDir() 532 if (!IsDirEmpty(recoverPath)) { in RecoverMediaTempDir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 331 ErrCode InstalldClient::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldClient 333 return CallService(&IInstalld::IsDirEmpty, dir, isDirEmpty); in IsDirEmpty()
|
H A D | mock_install_client.cpp | 215 ErrCode InstalldClient::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 191 ErrCode InstalldHostImpl::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 397 ErrCode InstalldClient::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldClient 399 return CallService(&IInstalld::IsDirEmpty, dir, isDirEmpty); in IsDirEmpty()
|
H A D | base_bundle_installer.cpp | 3451 InstalldClient::GetInstance()->IsDirEmpty(moduleDir, isDirEmpty); in RemoveEmptyDirs() 5693 if (InstalldClient::GetInstance()->IsDirEmpty(tempDir, isDirEmpty) != ERR_OK) { in RemoveTempPathOnlyUsedForSo()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
H A D | media_file_utils_test.cpp | 44 EXPECT_EQ(MediaFileUtils::IsDirEmpty(dirPath), false); 52 EXPECT_EQ(MediaFileUtils::IsDirEmpty(dirPath), false); 59 EXPECT_EQ(MediaFileUtils::IsDirEmpty(dirPath), true);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 177 ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 331 virtual ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function
|
H A D | installd_proxy.h | 192 virtual ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 69 static bool IsDirEmpty(const std::string &dir);
|
H A D | installd_host_impl.h | 191 virtual ErrCode IsDirEmpty(const std::string &dir, bool &isDirEmpty) override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | media_file_utils.h | 87 EXPORT static bool IsDirEmpty(const std::string &path);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 1072 ErrCode result = installClient_->IsDirEmpty(dir, isDirEmpty); 1073 EXPECT_EQ(result, installClient_->CallService(&IInstalld::IsDirEmpty, dir, isDirEmpty));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_ipc_test.cpp | 471 auto ret = proxy->IsDirEmpty(TEST_STRING, isDirEmpty);
|
H A D | bms_install_daemon_host_impl_test.cpp | 393 auto ret = hostImpl->IsDirEmpty(TEST_STRING, isDirEmpty);
|
H A D | bms_install_daemon_operator_test.cpp | 165 auto ret = InstalldOperator::IsDirEmpty(path);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1260 ErrCode InstalldHostImpl::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldHostImpl 1266 isDirEmpty = InstalldOperator::IsDirEmpty(dir); in IsDirEmpty()
|
H A D | installd_operator.cpp | 204 bool InstalldOperator::IsDirEmpty(const std::string &dir) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldOperator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 665 ErrCode result = IsDirEmpty(dir, isDirEmpty); in HandleIsDirEmpty()
|
H A D | installd_proxy.cpp | 565 ErrCode InstalldProxy::IsDirEmpty(const std::string &dir, bool &isDirEmpty) in IsDirEmpty() function in OHOS::AppExecFwk::InstalldProxy
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_object_utils.cpp | 507 if (!MediaFileUtils::IsDirEmpty(dirVal)) { in DeleteEmptyDirsRecursively()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 803 if (MediaFileUtils::IsDirectory(filePath) && MediaFileUtils::IsDirEmpty(filePath)) { in IsFilePathExist()
|