Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1125 const string old_child_path = old_parent_path + "/" + name; in do_rename() local
1128 … if (android::base::EqualsIgnoreCase(fuse->GetEffectiveRootPath() + "/android", old_child_path)) { in do_rename()
1134 const int res = fuse->mp->Rename(old_child_path, new_child_path, req->ctx.uid); in do_rename()