Home
last modified time | relevance | path

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

/system/core/sdcard/
Dsdcard.c1108 char new_child_path[PATH_MAX]; in handle_rename() local
1149 new_child_path, sizeof(new_child_path), search))) { in handle_rename()
1154 TRACE("[%d] RENAME %s->%s\n", handler->token, old_child_path, new_child_path); in handle_rename()
1155 res = rename(old_child_path, new_child_path); in handle_rename()