Home
last modified time | relevance | path

Searched refs:Rename (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/jni/
Dnode_test.cpp83 child->Rename("subdir_new", parent.get()); in TEST_F()
101 child->Rename("subdir", parent2.get()); in TEST_F()
120 child->Rename("subdir_new", parent2.get()); in TEST_F()
DMediaProviderWrapper.h158 int Rename(const std::string& old_path, const std::string& new_path, uid_t uid);
Dnode-inl.h201 void Rename(const std::string& name, node* new_parent) { in Rename() function
DMediaProviderWrapper.cpp407 int MediaProviderWrapper::Rename(const string& old_path, const string& new_path, uid_t uid) { in Rename() function in mediaprovider::fuse::MediaProviderWrapper
DFuseDaemon.cpp928 const int res = fuse->mp->Rename(old_child_path, new_child_path, req->ctx.uid); in do_rename()
932 child_node->Rename(new_name, new_parent_node); in do_rename()