commit | a8e2e1504b9af6ba791637f228debaa23953064a | [log] [tgz] |
---|---|---|
author | tfarina <tfarina@chromium.org> | Mon Jul 28 19:26:58 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jul 28 19:26:58 2014 -0700 |
tree | c4dc50d10bb27a4bfd263f877cb7d602f6779afc | |
parent | 2bff230d835fbc84f0ce8b2e7a399fe8416ec7c8 [diff] |
Cleanup: Rename SkOSPath functions. Mostly for brevity and matches better with Python: Python | Old C++ | New C++ os.path.join | SkOSPath::SkPathJoin | SkOSPath::Join os.path.basename | SkOSPath::SkBasename | SkOSPath::Basename BUG=None TEST=make all R=mtklein@google.com, bsalomon@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/428443002