chromium/third_party/skia/src/utils/SkOSPath.cpp

/*
 * Copyright 2011 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/utils/SkOSPath.h"

#include "include/core/SkTypes.h"

#include <string.h>

SkString SkOSPath::Join(const char *rootPath, const char *relativePath) {}

SkString SkOSPath::Basename(const char* fullPath) {}

SkString SkOSPath::Dirname(const char* fullPath) {}