Searched defs:new_path (Results 1 - 1 of 1) sorted by last modified time

/bootable/recovery/
H A Drecovery.cpp611 char new_path[PATH_MAX]; local
612 strlcpy(new_path, path, PATH_MAX);
613 strlcat(new_path, "/", PATH_MAX);
614 strlcat(new_path, item, PATH_MAX);
618 new_path[strlen(new_path)-1] = '\0'; // truncate the trailing '/'
619 result = browse_directory(new_path, device);
623 result = strdup(new_path);

Completed in 4 milliseconds