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