commit | bf0b9ced0b93d9684b044e0880691768f9aa4394 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Thu Jul 10 15:18:23 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 10 15:18:23 2014 -0700 |
tree | 1f3187199be79c04bba5ca706491d7404a82f2fd | |
parent | bbf9f6d1cbb94d3486072228781f6e3b6e2252e4 [diff] |
Add file access modes to sk_exists. Both Windows and Posix 'access' calls take a mode parameter which, in addition to checking existence, checks access modes. This change exposes this functionality. R=mtklein@google.com, reed@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/384903002