Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1126 const string new_child_path = new_parent_path + "/" + new_name; in do_rename() local
1134 const int res = fuse->mp->Rename(old_child_path, new_child_path, req->ctx.uid); in do_rename()