[NaCl SDK] Rewrite nacl_io::Path to avoid STL.
Path used to be a std::vector<std::string>. Now it is just a C array of size PATH_MAX. The code has a lot of nasty edge cases because it is trying to match the previous behavior. Really, all this code should be axed -- it is incorrect to handle paths the way nacl_io does currently. AFAICT, the only place that should have to handle paths is the path lookup routine. Fixing that is a much larger change. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/1016873004 Cr-Commit-Position: refs/heads/master@{#321386}
Showing
This diff is collapsed.
Please register or sign in to comment