Home
last modified time | relevance | path

Searched refs:Rename (Results 1 - 25 of 73) sorted by relevance

123

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Drename.h23 class Rename final {
H A Drename.cpp31 napi_value Rename::Sync(napi_env env, napi_callback_info info) in Sync()
59 napi_value Rename::Async(napi_env env, napi_callback_info info) in Async()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Drename.h24 class Rename final {
H A Drename.cpp31 napi_value Rename::Sync(napi_env env, napi_callback_info info) in Sync()
71 napi_value Rename::Async(napi_env env, napi_callback_info info) in Async()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp182 bool ProxyFilesystem::Rename(const string_view fromPath, const string_view toPath) in Rename() function in ProxyFilesystem
188 if (fileManager_.Rename(destination + pathFrom, destination + pathTo)) { in Rename()
H A Dproxy_filesystem.h56 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
H A Drofs_filesystem.h53 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
H A Dmemory_filesystem.cpp85 bool MemoryFilesystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename() function in MemoryFilesystem
H A Dmemory_filesystem.h53 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
H A Dstd_filesystem.h51 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
H A Dfile_manager.h56 bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) override;
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_util.h46 static bool Rename(const std::string &oldName, const std::string &newName);
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H A Dmedia_file_ext_ability.cpp173 int MediaFileExtAbility::Rename(const Uri &sourceFileUri, const string &displayName, Uri &newFileUri) in Rename() function in OHOS::Media::MediaFileExtAbility
175 return ConvertErrno(MediaFileExtentionUtils::Rename(sourceFileUri, displayName, newFileUri)); in Rename()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.h54 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
H A Dohos_filesystem.cpp131 bool OhosFilesystem::Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) in Rename() function in OhosFilesystem
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_manager.h86 /** Rename file or directory
91 virtual bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) = 0;
H A Dintf_file_system.h73 virtual bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_util.h47 static bool Rename(const std::string &oldName, const std::string &newName);
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfuse_operations.cpp261 void FuseOperations::Rename(fuse_req_t req, fuse_ino_t parent, const char *name, in Rename() function in OHOS::FileManagement::CloudDisk::FuseOperations
266 opsPtr->Rename(req, parent, name, newParent, newName, flags); in Rename()
275 inoPtr->ops->Rename(req, parent, name, newParent, newName, flags); in Rename()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Difile_access_ext_base.h68 virtual int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) = 0;
H A Dfile_access_ext_stub_impl.h46 int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) override;
H A Dfile_access_ext_proxy.h48 virtual int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) override;
H A Dfile_access_ext_ability.h51 virtual int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile);
/foundation/multimedia/media_library/frameworks/services/media_file_extension/include/
H A Dmedia_file_extention_utils.h76 static int32_t Rename(const Uri &sourceFileUri, const std::string &displayName, Uri &newFileUri);
H A Dmedia_file_ext_ability.h51 int Rename(const Uri &sourceFileUri, const std::string &displayName, Uri &newFileUri) override;

Completed in 10 milliseconds

123