Lines Matching refs:new_path
721 std::string new_path = path + "/" + item;722 if (new_path.back() == '/') {724 new_path.pop_back();725 std::string result = browse_directory(new_path, device);729 return new_path;