Home
last modified time | relevance | path

Searched defs:oldPath (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp108 string oldPath = "/data/test/movefile_001"; variable
116 string oldPath = "/data/test/movefile_002"; variable
125 string oldPath = "/data/test/movefile_003"; variable
167 string oldPath = "/data/test/CopyByFd_001"; variable
185 string oldPath = "/data/test/renamedir_001"; variable
193 string oldPath = "/data/test/renamedir_002"; variable
547 string oldPath; variable
570 string oldPath = "datashare://test/Photo"; variable
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file.cpp106 string oldPath(resolvedPath.get()); in CopyFile() local
172 std::string oldPath = ""; in MoveFile() local
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp217 string oldPath = "/data/local/tmp/test/movefile_001.ogg"; variable
225 string oldPath = "/data/local/tmp/test/movefile_001.ogg"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp310 std::string oldPath = EMPTY_STRING; variable
325 std::string oldPath = OLD_PATH; variable
340 std::string oldPath = OLD_PATH; variable
773 std::string oldPath = EMPTY_STRING; variable
788 std::string oldPath = OLD_PATH; variable
803 std::string oldPath = OLD_PATH; variable
818 std::string oldPath = EMPTY_STRING; variable
833 std::string oldPath = OLD_PATH; variable
848 std::string oldPath = OLD_PATH; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp180 std::string oldPath = fileList[0]; in MoveAsset() local
204 for (auto oldPath : fileList) { in MoveAsset() local
/ohos5.0/base/security/huks/utils/compatibility_bin/
H A Dcompatibility_small_bin.c186 const char *oldPath = "/storage/maindata"; in main() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp94 ErrCode InstalldClient::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
256 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
266 ErrCode InstalldClient::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
H A Dmock_install_client.cpp72 ErrCode InstalldClient::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
167 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
172 ErrCode InstalldClient::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
H A Dmock_installd_host_impl.cpp59 ErrCode InstalldHostImpl::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
142 ErrCode InstalldHostImpl::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
147 ErrCode InstalldHostImpl::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_file_transfer.c118 static int32_t TransferFile(const char *alias, const char *oldPath, const struct HksBlob *fileConte… in TransferFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp104 ErrCode InstalldClient::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
320 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
330 ErrCode InstalldClient::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
H A Dbundle_util.cpp580 bool BundleUtil::RenameFile(const std::string &oldPath, const std::string &newPath) in RenameFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_smartalbum_map_operations.cpp517 const string &oldPath, const uint32_t trashType) in UpdateTrashInfoInDb()
530 string oldPath = MediaLibraryObjectUtils::GetPathByIdFromDb(to_string(assetId)); in TrashDirAssetsInfoUtil() local
553 string oldPath = MediaLibraryObjectUtils::GetPathByIdFromDb(to_string(assetId)); in TrashFileAssetsInfoUtil() local
H A Dmoving_photo_processor.cpp408 static void addCompatPathSuffix(const string &oldPath, const string &suffix, string &newPath) in addCompatPathSuffix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h262 virtual ErrCode MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
273 virtual ErrCode CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp278 void BackupManager::CopyFile(const std::string &oldPath, const std::string &newPath, bool isCreate) in CopyFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp339 int32_t BackupFileUtils::MoveFile(const string &oldPath, const string &newPath, int32_t sceneCode) in MoveFile()
579 static void addPathSuffix(const string &oldPath, const string &suffix, string &newPath) in addPathSuffix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp373 std::string oldPath = Str16ToStr8(data.ReadString16()); in HandleRenameModuleDir() local
557 std::string oldPath = Str16ToStr8(data.ReadString16()); in HandleMoveFile() local
566 std::string oldPath = Str16ToStr8(data.ReadString16()); in HandleCopyFile() local
H A Dinstalld_proxy.cpp184 ErrCode InstalldProxy::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
420 ErrCode InstalldProxy::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
432 ErrCode InstalldProxy::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp272 ErrCode InstalldHostImpl::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
1103 ErrCode InstalldHostImpl::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
1117 ErrCode InstalldHostImpl::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
H A Dinstalld_operator.cpp732 bool InstalldOperator::RenameDir(const std::string &oldPath, const std::string &newPath) in RenameDir()
826 bool InstalldOperator::RenameFile(const std::string &oldPath, const std::string &newPath) in RenameFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp559 bool MediaFileUtils::MoveFile(const string &oldPath, const string &newPath) in MoveFile()
776 bool MediaFileUtils::RenameDir(const string &oldPath, const string &newPath) in RenameDir()
1282 int32_t MediaFileUtils::ModifyAsset(const string &oldPath, const string &newPath)
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp404 bool RingtoneFileUtils::MoveFile(const string &oldPath, const string &newPath) in MoveFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp715 std::string oldPath = "/test/123"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp796 string oldPath = fileAsset->GetPath(); variable
823 string oldPath = albumAsset->GetPath(); variable

12