/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | rename.h | 23 class Rename final {
|
H A D | rename.cpp | 31 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 D | rename.h | 24 class Rename final {
|
H A D | rename.cpp | 31 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 D | proxy_filesystem.cpp | 182 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 D | proxy_filesystem.h | 56 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
|
H A D | rofs_filesystem.h | 53 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
|
H A D | memory_filesystem.cpp | 85 bool MemoryFilesystem::Rename(const string_view /* fromPath */, const string_view /* toPath */) in Rename() function in MemoryFilesystem
|
H A D | memory_filesystem.h | 53 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
|
H A D | std_filesystem.h | 51 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
|
H A D | file_manager.h | 56 bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) override;
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_util.h | 46 static bool Rename(const std::string &oldName, const std::string &newName);
|
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_ext_ability.cpp | 173 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 D | ohos_filesystem.h | 54 bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) override;
|
H A D | ohos_filesystem.cpp | 131 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 D | intf_file_manager.h | 86 /** Rename file or directory 91 virtual bool Rename(BASE_NS::string_view fromUri, BASE_NS::string_view toUri) = 0;
|
H A D | intf_file_system.h | 73 virtual bool Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | store_util.h | 47 static bool Rename(const std::string &oldName, const std::string &newName);
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | fuse_operations.cpp | 261 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 D | ifile_access_ext_base.h | 68 virtual int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) = 0;
|
H A D | file_access_ext_stub_impl.h | 46 int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) override;
|
H A D | file_access_ext_proxy.h | 48 virtual int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) override;
|
H A D | file_access_ext_ability.h | 51 virtual int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile);
|
/foundation/multimedia/media_library/frameworks/services/media_file_extension/include/ |
H A D | media_file_extention_utils.h | 76 static int32_t Rename(const Uri &sourceFileUri, const std::string &displayName, Uri &newFileUri);
|
H A D | media_file_ext_ability.h | 51 int Rename(const Uri &sourceFileUri, const std::string &displayName, Uri &newFileUri) override;
|