Home
last modified time | relevance | path

Searched defs:newPath (Results 1 – 24 of 24) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmedia_file_utils_test.cpp104 string newPath = "/data/test/movefile_001_move"; variable
112 string newPath = "/data/test/movefile_002_move"; variable
121 string newPath = "/data/test/movefile_003_move"; variable
142 string newPath = "/data/test/copyfile_001_copy"; variable
150 string newPath = ""; variable
157 string newPath = ""; variable
164 string newPath = "/data/test/copyfile_004_copy"; variable
171 string newPath = "/data/test/copyfile_005_copy"; variable
182 string newPath = "/data/test/copyfile_006_copy"; variable
191 string newPath = "/data/test/copyfile_008_copy"; variable
[all …]
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/
Dsymlink.cpp59 string newPath; in Sync() local
82 string newPath; in Async() local
Dlink.cpp60 string newPath; in Sync() local
83 string newPath; in Async() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
Dbms_installd_client_test.cpp224 std::string newPath = NEW_PATH; variable
239 std::string newPath = EMPTY_STRING; variable
254 std::string newPath = NEW_PATH; variable
685 std::string newPath = NEW_PATH; variable
700 std::string newPath = EMPTY_STRING; variable
715 std::string newPath = NEW_PATH; variable
730 std::string newPath = NEW_PATH; variable
745 std::string newPath = EMPTY_STRING; variable
760 std::string newPath = NEW_PATH; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dinstalld_client.cpp60 ErrCode InstalldClient::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
197 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
207 ErrCode InstalldClient::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
Dmock_installd_host_impl.cpp43 ErrCode InstalldHostImpl::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
101 ErrCode InstalldHostImpl::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
106 ErrCode InstalldHostImpl::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
Dmock_install_client.cpp41 ErrCode InstalldClient::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
110 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
115 ErrCode InstalldClient::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dfile_path.cpp120 FilePath newPath(path_); in DirName() local
154 FilePath newPath(path_); in BaseName() local
301 FilePath newPath(newPathString); in Append() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinstalld_client.cpp67 ErrCode InstalldClient::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
244 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
254 ErrCode InstalldClient::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
Dbundle_util.cpp464 bool BundleUtil::RenameFile(const std::string &oldPath, const std::string &newPath) in RenameFile()
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
Db_file.cpp120 string newPath(resolvedPath.get()); in CopyFile() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
Dinstalld_interface.h189 virtual ErrCode MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
200 virtual ErrCode CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmedia_file_utils.cpp303 bool MediaFileUtils::MoveFile(const string &oldPath, const string &newPath) in MoveFile()
314 bool CopyFileUtil(const string &filePath, const string &newPath) in CopyFileUtil()
364 bool MediaFileUtils::CopyFile(const string &filePath, const string &newPath) in CopyFile()
396 bool MediaFileUtils::RenameDir(const string &oldPath, const string &newPath) in RenameDir()
831 int32_t MediaFileUtils::ModifyAsset(const string &oldPath, const string &newPath) in CheckDentryName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_host_impl.cpp154 ErrCode InstalldHostImpl::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
543 ErrCode InstalldHostImpl::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
562 ErrCode InstalldHostImpl::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
Dinstalld_operator.cpp337 bool InstalldOperator::RenameDir(const std::string &oldPath, const std::string &newPath) in RenameDir()
427 bool InstalldOperator::RenameFile(const std::string &oldPath, const std::string &newPath) in RenameFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
Dinstalld_host.cpp182 std::string newPath = Str16ToStr8(data.ReadString16()); in HandleRenameModuleDir() local
293 std::string newPath = Str16ToStr8(data.ReadString16()); in HandleMoveFile() local
302 std::string newPath = Str16ToStr8(data.ReadString16()); in HandleCopyFile() local
Dinstalld_proxy.cpp95 ErrCode InstalldProxy::RenameModuleDir(const std::string &oldPath, const std::string &newPath) in RenameModuleDir()
244 ErrCode InstalldProxy::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile()
256 ErrCode InstalldProxy::CopyFile(const std::string &oldPath, const std::string &newPath, in CopyFile()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_connection_pool.cpp289 int SqliteConnectionPool::ChangeDbFileForRestore(const std::string newPath, const std::string backu… in ChangeDbFileForRestore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp280 void BackupManager::CopyFile(const std::string &oldPath, const std::string &newPath, bool isCreate) in CopyFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_smartalbum_map_operations.cpp226 string newPath = newRelPath; in GetNewPath() local
Dmedialibrary_asset_operations.cpp1213 string newPath = path; in ConvertMediaPathFromCloudPath() local
Dmedialibrary_object_utils.cpp1069 string newPath = path; in GetIdByPathFromDb() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
Dmedialibrary_fileext_test.cpp744 string newPath = oldPath.substr(0, oldPath.rfind('/')) + "/" + displayName; variable
771 string newPath = oldPath.substr(0, oldPath.rfind('/')) + "/" + displayName; variable
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/gallery_data_sync/
Dfile_data_handler.cpp424 string &newPath) in ConflictRenameThumb()
484 string rdbPath, newvirPath, tmpPath, newPath, localPath, newLocalPath; in ConflictRename() local