Home
last modified time | relevance | path

Searched defs:MoveFile (Results 1 – 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
Dbundle_daemon_handler.cpp192 int32_t BundleDaemonHandler::MoveFile(const char *oldFile, const char *newFile) in MoveFile() function in OHOS::BundleDaemonHandler
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
Dmove.cpp169 static int MoveFile(const string &src, const string &dest, int mode) in MoveFile() function
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_daemon_client.cpp319 int32_t BundleDaemonClient::MoveFile(const char *oldFile, const char *newFile) in RegisterCallback() function in OHOS::BundleDaemonClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dinstalld_client.cpp197 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function in OHOS::AppExecFwk::InstalldClient
Dmock_installd_host_impl.cpp101 ErrCode InstalldHostImpl::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function in OHOS::AppExecFwk::InstalldHostImpl
Dmock_install_client.cpp110 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
Dinstalld_interface.h189 virtual ErrCode MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinstalld_client.cpp244 ErrCode InstalldClient::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_host_impl.cpp543 ErrCode InstalldHostImpl::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function in OHOS::AppExecFwk::InstalldHostImpl
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
Dfile_trash_n_exporter.cpp255 static bool MoveFile(const string &srcFile, const string &destFile) in MoveFile() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
Dinstalld_proxy.cpp244 ErrCode InstalldProxy::MoveFile(const std::string &oldPath, const std::string &newPath) in MoveFile() function in OHOS::AppExecFwk::InstalldProxy
/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() function in OHOS::Media::MediaFileUtils