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

/system/core/sdcard/
H A Dsdcard.c739 char new_child_path[PATH_MAX]; local
772 new_child_path, sizeof(new_child_path), search))) {
777 TRACE("[%d] RENAME %s->%s\n", handler->token, old_child_path, new_child_path);
778 res = rename(old_child_path, new_child_path);

Completed in 884 milliseconds