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

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

Completed in 49 milliseconds