Path              234 apps/ui/views/app_window_frame_view.cc                                        gfx::Path* window_mask) {
Path              315 apps/ui/views/app_window_frame_view.cc   gfx::Path path;
Path               67 apps/ui/views/app_window_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path               59 ash/display/cursor_window_controller.cc   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
Path              122 ash/drag_drop/drag_drop_controller.cc   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
Path              144 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc   void GetMask(gfx::Path* mask);
Path              175 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc void MaximizeBubbleBorder::GetMask(gfx::Path* mask) {
Path              282 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc                               gfx::Path* mask) const OVERRIDE {
Path              425 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc     gfx::Path* mask) const {
Path               47 ash/frame/caption_buttons/maximize_bubble_controller_bubble.h   virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path              493 ash/frame/custom_frame_view_ash.cc                                        gfx::Path* window_mask) {
Path               50 ash/frame/custom_frame_view_ash.h                              gfx::Path* window_mask) OVERRIDE;
Path              253 ash/root_window_controller.cc   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
Path               78 ash/wm/panels/panel_frame_view.cc void PanelFrameView::GetWindowMask(const gfx::Size&, gfx::Path*) {
Path               49 ash/wm/panels/panel_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path               83 ash/wm/system_gesture_event_filter_unittest.cc                              gfx::Path* window_mask) OVERRIDE {}
Path               14 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java import android.graphics.Path;
Path              165 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java         Path path = new Path();
Path              166 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java         path.setFillType(Path.FillType.INVERSE_WINDING);
Path              169 chrome/android/java/src/org/chromium/chrome/browser/BookmarkUtils.java         path.addRoundRect(rect, borderRadii, borderRadii, Path.Direction.CW);
Path              208 chrome/browser/browsing_data/browsing_data_cookie_helper.cc         cookie->Path() == add_cookie.Path()) {
Path              101 chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc     EXPECT_EQ("/", it->Path());
Path              115 chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc     EXPECT_EQ("/", it->Path());
Path              122 chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc     EXPECT_EQ("/example/0", it->Path());
Path              129 chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc     EXPECT_EQ("/", it->Path());
Path              136 chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc     EXPECT_EQ("/example/1", it->Path());
Path              143 chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc     EXPECT_EQ("/", it->Path());
Path               42 chrome/browser/browsing_data/mock_browsing_data_cookie_helper.cc           cookie->Path() == cc->Path()) {
Path               79 chrome/browser/extensions/api/cookies/cookies_helpers.cc   cookie->path = IsStringUTF8(canonical_cookie.Path()) ? canonical_cookie.Path()
Path              173 chrome/browser/extensions/api/cookies/cookies_helpers.cc   if (details_->path.get() && *details_->path != cookie.Path())
Path              928 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         cookie->HasPath() ? cookie->Path() : std::string();
Path               99 chrome/browser/managed_mode/managed_mode_url_filter_unittest.cc TEST_F(ManagedModeURLFilterTest, Path) {
Path              117 chrome/browser/net/evicted_domain_cookie_counter.cc   return cookie.Domain() + ";" + cookie.Path() + ";" + cookie.Name();
Path              481 chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc                      cookie.Path().c_str());
Path              282 chrome/browser/ui/gtk/tabs/tab_gtk.cc     gfx::Path mask;
Path              134 chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc     gfx::Path path;
Path               32 chrome/browser/ui/tabs/tab_resources.cc                                   gfx::Path* path) {
Path                9 chrome/browser/ui/tabs/tab_resources.h class Path;
Path               23 chrome/browser/ui/tabs/tab_resources.h                              gfx::Path* path);
Path              525 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc void ChromeNativeAppWindowViews::GetWidgetHitTestMask(gfx::Path* mask) const {
Path               70 chrome/browser/ui/views/apps/chrome_native_app_window_views.h   virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path               19 chrome/browser/ui/views/apps/shaped_app_window_targeter.cc                                              gfx::Path* mask) const {
Path               21 chrome/browser/ui/views/apps/shaped_app_window_targeter.h                               gfx::Path* mask) const OVERRIDE;
Path              634 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   gfx::Path window_mask;
Path               65 chrome/browser/ui/views/cookie_info_view.cc   path_value_field_->SetText(base::UTF8ToUTF16(cookie.Path()));
Path               37 chrome/browser/ui/views/dropdown_bar_host.cc using gfx::Path;
Path              247 chrome/browser/ui/views/dropdown_bar_host.cc   const Path::Point polygon[] = {
Path              262 chrome/browser/ui/views/dropdown_bar_host.cc   Path path(polygon, arraysize(polygon));
Path              277 chrome/browser/ui/views/dropdown_bar_host.cc     Path animation_path;
Path              283 chrome/browser/ui/views/dropdown_bar_host.cc     region.Set(Path::IntersectRegions(animation_region.Get(), region.Get()));
Path              288 chrome/browser/ui/views/dropdown_bar_host.cc     Path::Point left_curve[] = {
Path              291 chrome/browser/ui/views/dropdown_bar_host.cc     Path::Point right_curve[] = {
Path              296 chrome/browser/ui/views/dropdown_bar_host.cc     Path left_path(left_curve, arraysize(left_curve));
Path              298 chrome/browser/ui/views/dropdown_bar_host.cc     region.Set(Path::CombineRegions(r.Get(), region.Get()));
Path              301 chrome/browser/ui/views/dropdown_bar_host.cc     Path right_path(right_curve, arraysize(right_curve));
Path              302 chrome/browser/ui/views/dropdown_bar_host.cc     region.Set(Path::CombineRegions(r.Get(), region.Get()));
Path              320 chrome/browser/ui/views/dropdown_bar_host.cc     Path::Point exclude[4];
Path              334 chrome/browser/ui/views/dropdown_bar_host.cc     gfx::Path exclude_path(exclude, arraysize(exclude));
Path              336 chrome/browser/ui/views/dropdown_bar_host.cc     region.Set(Path::SubtractRegion(region.Get(), exclude_region.Get()));
Path              178 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc                                              gfx::Path* window_mask) {
Path               45 chrome/browser/ui/views/frame/app_panel_browser_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path              224 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc                                                  gfx::Path* window_mask) {
Path               50 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h                              gfx::Path* window_mask) OVERRIDE;
Path               37 chrome/browser/ui/views/frame/glass_browser_frame_view.h   virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
Path              268 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc                                            gfx::Path* window_mask) {
Path               55 chrome/browser/ui/views/frame/opaque_browser_frame_view.h   virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
Path               32 chrome/browser/ui/views/frame/popup_non_client_frame_view.cc                                             gfx::Path* window_mask) {
Path               22 chrome/browser/ui/views/frame/popup_non_client_frame_view.h   virtual void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask)
Path               54 chrome/browser/ui/views/message_center/message_center_frame_view.cc                                            gfx::Path* window_mask) {
Path               30 chrome/browser/ui/views/message_center/message_center_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path              186 chrome/browser/ui/views/notifications/balloon_view_views.cc   gfx::Path path;
Path              244 chrome/browser/ui/views/notifications/balloon_view_views.cc   gfx::Path path;
Path              396 chrome/browser/ui/views/notifications/balloon_view_views.cc                                       gfx::Path* path) const {
Path              422 chrome/browser/ui/views/notifications/balloon_view_views.cc                                    gfx::Path* path) const {
Path              495 chrome/browser/ui/views/notifications/balloon_view_views.cc   gfx::Path path;
Path               24 chrome/browser/ui/views/notifications/balloon_view_views.h class Path;
Path               88 chrome/browser/ui/views/notifications/balloon_view_views.h   void GetContentsMask(const gfx::Rect& contents_rect, gfx::Path* path) const;
Path               91 chrome/browser/ui/views/notifications/balloon_view_views.h   void GetFrameMask(const gfx::Rect&, gfx::Path* path) const;
Path              428 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc   gfx::Path path;
Path              465 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc     gfx::Path* path,
Path              117 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h   void MakeContentsPath(gfx::Path* path, const gfx::Rect& bounding_rect);
Path              361 chrome/browser/ui/views/panels/panel_frame_view.cc   gfx::Path window_mask;
Path              446 chrome/browser/ui/views/panels/panel_frame_view.cc                                    gfx::Path* window_mask) {
Path               64 chrome/browser/ui/views/panels/panel_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path              409 chrome/browser/ui/views/tabs/tab.cc                               gfx::Path* path) const OVERRIDE {
Path              413 chrome/browser/ui/views/tabs/tab.cc     gfx::Path tab_mask;
Path              915 chrome/browser/ui/views/tabs/tab.cc void Tab::GetHitTestMask(HitTestSource source, gfx::Path* path) const {
Path              171 chrome/browser/ui/views/tabs/tab.h                               gfx::Path* path) const OVERRIDE;
Path              326 chrome/browser/ui/views/tabs/tab_strip.cc                               gfx::Path* path) const OVERRIDE;
Path              377 chrome/browser/ui/views/tabs/tab_strip.cc void NewTabButton::GetHitTestMask(HitTestSource source, gfx::Path* path) const {
Path              103 chrome/browser/ui/views/tabs/tab_strip_unittest.cc     gfx::Path mask;
Path              119 chrome/browser/ui/webui/cookies_tree_model_util.cc       dict->SetString(kKeyPath, cookie.Path());
Path             1014 content/browser/net/sqlite_persistent_cookie_store.cc         add_smt.BindString(5, po->cc().Path());
Path             2619 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::GetHitTestMask(gfx::Path* mask) const {
Path              304 content/browser/renderer_host/render_widget_host_view_aura.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path               94 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
Path               45 content/browser/web_contents/aura/image_window_delegate.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path             1387 content/browser/web_contents/web_contents_view_aura.cc void WebContentsViewAura::GetHitTestMask(gfx::Path* mask) const {
Path              170 content/browser/web_contents/web_contents_view_aura.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path               22 content/common/cookie_data.cc       path(c.Path()),
Path               13 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java import android.graphics.Path;
Path               14 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java import android.graphics.Path.Direction;
Path              253 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         Path path = new Path();
Path               77 mojo/examples/aura_demo/aura_demo.cc   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
Path              266 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Access(const Path& path, int a_mode) {
Path              279 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Open(const Path& path, int open_flags, ScopedNode* out_node) {
Path              289 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Unlink(const Path& path) { return EPERM; }
Path              291 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Mkdir(const Path& path, int permissions) { return EPERM; }
Path              293 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Rmdir(const Path& path) { return EPERM; }
Path              295 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Remove(const Path& path) { return EPERM; }
Path              297 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error DevFs::Rename(const Path& path, const Path& newpath) { return EPERM; }
Path               17 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               18 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Open(const Path& path, int open_flags, ScopedNode* out_node);
Path               19 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Unlink(const Path& path);
Path               20 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Mkdir(const Path& path, int permissions);
Path               21 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Rmdir(const Path& path);
Path               22 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Remove(const Path& path);
Path               23 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               36 native_client_sdk/src/libraries/nacl_io/filesystem.cc Error Filesystem::OpenResource(const Path& path, ScopedNode* out_node) {
Path               66 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Access(const Path& path, int a_mode) = 0;
Path               71 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Open(const Path& path,
Path               78 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error OpenResource(const Path& path, ScopedNode* out_node);
Path               82 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Unlink(const Path& path) = 0;
Path               83 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Mkdir(const Path& path, int permissions) = 0;
Path               84 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Rmdir(const Path& path) = 0;
Path               85 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Remove(const Path& path) = 0;
Path               86 native_client_sdk/src/libraries/nacl_io/filesystem.h   virtual Error Rename(const Path& path, const Path& newpath) = 0;
Path               56 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Access(const Path& path, int a_mode) {
Path               67 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Open(const Path& path, int open_flags, ScopedNode* out_node) {
Path              139 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Unlink(const Path& path) {
Path              150 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Mkdir(const Path& path, int perm) {
Path              161 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Rmdir(const Path& path) {
Path              172 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Remove(const Path& path) {
Path              192 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFs::Rename(const Path& path, const Path& newpath) {
Path               24 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               25 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
Path               26 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Unlink(const Path& path);
Path               27 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Mkdir(const Path& path, int perm);
Path               28 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Rmdir(const Path& path);
Path               29 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Remove(const Path& path);
Path               30 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               32 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Access(const Path& path, int a_mode) {
Path               38 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Open(const Path& path, int open_flags, ScopedNode* out_node) {
Path               58 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Unlink(const Path& path) { return Remove(path); }
Path               60 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Mkdir(const Path& path, int permissions) {
Path               85 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Rmdir(const Path& path) { return Remove(path); }
Path               87 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Remove(const Path& path) {
Path              107 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc Error Html5Fs::Rename(const Path& path, const Path& newpath) {
Path               21 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               22 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
Path               23 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Unlink(const Path& path);
Path               24 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Mkdir(const Path& path, int permissions);
Path               25 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Rmdir(const Path& path);
Path               26 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Remove(const Path& path);
Path               27 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               44 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Access(const Path& path, int a_mode) {
Path               68 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Open(const Path& path, int open_flags, ScopedNode* out_node) {
Path              103 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Unlink(const Path& path) {
Path              114 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Mkdir(const Path& path, int permissions) {
Path              123 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Rmdir(const Path& path) {
Path              134 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Remove(const Path& path) {
Path              142 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::Rename(const Path& path, const Path& newpath) {
Path              253 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc Error HttpFs::FindOrCreateDir(const Path& path, ScopedNode* out_node) {
Path              354 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc       Path path(name);
Path              385 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc   Path manifest_path(manifest_name);
Path              409 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc std::string HttpFs::MakeUrl(const Path& path) {
Path               21 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               22 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
Path               23 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Unlink(const Path& path);
Path               24 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Mkdir(const Path& path, int permissions);
Path               25 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Rmdir(const Path& path);
Path               26 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Remove(const Path& path);
Path               27 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               38 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   Error FindOrCreateDir(const Path& path, ScopedNode* out_node);
Path               47 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h   std::string MakeUrl(const Path& path);
Path               63 native_client_sdk/src/libraries/nacl_io/kernel_object.cc                                         Path* rel_parts) {
Path               64 native_client_sdk/src/libraries/nacl_io/kernel_object.cc   Path abs_parts = GetAbsParts(path);
Path               67 native_client_sdk/src/libraries/nacl_io/kernel_object.cc   *rel_parts = Path();
Path               93 native_client_sdk/src/libraries/nacl_io/kernel_object.cc   Path rel_parts;
Path              107 native_client_sdk/src/libraries/nacl_io/kernel_object.cc Path KernelObject::GetAbsParts(const std::string& path) {
Path              110 native_client_sdk/src/libraries/nacl_io/kernel_object.cc   Path abs_parts(cwd_);
Path               59 native_client_sdk/src/libraries/nacl_io/kernel_object.h                             Path* rel_path);
Path               96 native_client_sdk/src/libraries/nacl_io/kernel_object.h   Path GetAbsParts(const std::string& path);
Path              159 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path              340 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path              359 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path              643 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path              676 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path              684 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path newrel;
Path              712 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path              787 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   Path rel;
Path               40 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::FindNode(const Path& path, int type, ScopedNode* out_node) {
Path               77 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Access(const Path& path, int a_mode) {
Path               94 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Open(const Path& path, int open_flags, ScopedNode* out_node) {
Path              138 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Mkdir(const Path& path, int mode) {
Path              171 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Unlink(const Path& path) {
Path              175 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Rmdir(const Path& path) {
Path              179 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Remove(const Path& path) {
Path              183 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::Rename(const Path& src_path, const Path& target_path) {
Path              252 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc Error MemFs::RemoveInternal(const Path& path, int remove_type) {
Path               29 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error FindNode(const Path& path, int type, ScopedNode* out_node);
Path               32 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               33 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
Path               34 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Unlink(const Path& path);
Path               35 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Mkdir(const Path& path, int perm);
Path               36 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Rmdir(const Path& path);
Path               37 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Remove(const Path& path);
Path               38 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               45 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h   Error RemoveInternal(const Path& path, int remove_type);
Path              133 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Access(const Path& path, int a_mode) {
Path              138 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Open(const Path& path, int mode, ScopedNode* out_node) {
Path              149 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::OpenResource(const Path& path, ScopedNode* out_node) {
Path              160 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Unlink(const Path& path) {
Path              165 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Mkdir(const Path& path, int perm) {
Path              169 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Rmdir(const Path& path) {
Path              173 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Remove(const Path& path) {
Path              178 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc Error PassthroughFs::Rename(const Path& path, const Path& newpath) {
Path               22 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               23 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
Path               24 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error OpenResource(const Path& path, ScopedNode* out_node);
Path               25 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Unlink(const Path& path);
Path               26 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Mkdir(const Path& path, int perm);
Path               27 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Rmdir(const Path& path);
Path               28 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Remove(const Path& path);
Path               29 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               15 native_client_sdk/src/libraries/nacl_io/path.cc Path::Path() {}
Path               17 native_client_sdk/src/libraries/nacl_io/path.cc Path::Path(const Path& path) {
Path               21 native_client_sdk/src/libraries/nacl_io/path.cc Path::Path(const std::string& path) {
Path               25 native_client_sdk/src/libraries/nacl_io/path.cc Path::~Path() {}
Path               27 native_client_sdk/src/libraries/nacl_io/path.cc bool Path::IsAbsolute() const {
Path               31 native_client_sdk/src/libraries/nacl_io/path.cc const std::string& Path::Part(size_t index) const {
Path               35 native_client_sdk/src/libraries/nacl_io/path.cc size_t Path::Size() const {
Path               39 native_client_sdk/src/libraries/nacl_io/path.cc bool Path::Top() const {
Path               43 native_client_sdk/src/libraries/nacl_io/path.cc Path& Path::Append(const std::string& path) {
Path               56 native_client_sdk/src/libraries/nacl_io/path.cc Path& Path::Prepend(const std::string& path) {
Path               68 native_client_sdk/src/libraries/nacl_io/path.cc Path& Path::Set(const std::string& path) {
Path               74 native_client_sdk/src/libraries/nacl_io/path.cc Path Path::Parent() const {
Path               75 native_client_sdk/src/libraries/nacl_io/path.cc   Path out;
Path               81 native_client_sdk/src/libraries/nacl_io/path.cc std::string Path::Basename() const {
Path               86 native_client_sdk/src/libraries/nacl_io/path.cc std::string Path::Join() const {
Path               90 native_client_sdk/src/libraries/nacl_io/path.cc std::string Path::Range(size_t start, size_t end) const {
Path               94 native_client_sdk/src/libraries/nacl_io/path.cc StringArray_t Path::Split() const {
Path               99 native_client_sdk/src/libraries/nacl_io/path.cc StringArray_t Path::Normalize(const StringArray_t& paths) {
Path              146 native_client_sdk/src/libraries/nacl_io/path.cc std::string Path::Join(const StringArray_t& paths) {
Path              151 native_client_sdk/src/libraries/nacl_io/path.cc std::string Path::Range(const StringArray_t& paths, size_t start, size_t end) {
Path              174 native_client_sdk/src/libraries/nacl_io/path.cc StringArray_t Path::Split(const std::string& path) {
Path              191 native_client_sdk/src/libraries/nacl_io/path.cc Path& Path::operator =(const Path& p) {
Path              196 native_client_sdk/src/libraries/nacl_io/path.cc Path& Path::operator =(const std::string& p) {
Path               17 native_client_sdk/src/libraries/nacl_io/path.h class Path {
Path               19 native_client_sdk/src/libraries/nacl_io/path.h   Path();
Path               20 native_client_sdk/src/libraries/nacl_io/path.h   Path(const Path& path);
Path               25 native_client_sdk/src/libraries/nacl_io/path.h   explicit Path(const std::string& path);
Path               26 native_client_sdk/src/libraries/nacl_io/path.h   ~Path();
Path               41 native_client_sdk/src/libraries/nacl_io/path.h   Path& Append(const std::string& path);
Path               42 native_client_sdk/src/libraries/nacl_io/path.h   Path& Prepend(const std::string& path);
Path               43 native_client_sdk/src/libraries/nacl_io/path.h   Path& Set(const std::string& path);
Path               46 native_client_sdk/src/libraries/nacl_io/path.h   Path Parent() const;
Path               60 native_client_sdk/src/libraries/nacl_io/path.h   Path& operator=(const Path& p);
Path               61 native_client_sdk/src/libraries/nacl_io/path.h   Path& operator=(const std::string& str);
Path               62 native_client_sdk/src/libraries/nacl_io/path.h   bool operator==(const Path& other) { return Split() == other.Split(); }
Path               63 native_client_sdk/src/libraries/nacl_io/path.h   bool operator!=(const Path& other) { return !operator==(other); }
Path               87 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Access(const Path& path, int a_mode) { return EACCES; }
Path               89 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Open(const Path& path, int o_flags, ScopedNode* out_node) {
Path               93 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Unlink(const Path& path) { return EACCES; }
Path               95 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Mkdir(const Path& path, int permissions) { return EACCES; }
Path               97 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Rmdir(const Path& path) { return EACCES; }
Path               99 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Remove(const Path& path) { return EACCES; }
Path              101 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc Error StreamFs::Rename(const Path& path, const Path& newpath) { return EACCES; }
Path               57 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Access(const Path& path, int a_mode);
Path               58 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Open(const Path& path, int o_flags, ScopedNode* out_node);
Path               59 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Unlink(const Path& path);
Path               60 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Mkdir(const Path& path, int permissions);
Path               61 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Rmdir(const Path& path);
Path               62 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Remove(const Path& path);
Path               63 native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h   virtual Error Rename(const Path& path, const Path& newpath);
Path               42 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path path;
Path              154 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool FakeHtml5FsFilesystem::AddEmptyFile(const Path& path,
Path              159 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool FakeHtml5FsFilesystem::AddFile(const Path& path,
Path              167 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool FakeHtml5FsFilesystem::AddFile(const Path& path,
Path              195 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool FakeHtml5FsFilesystem::AddDirectory(const Path& path,
Path              222 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc bool FakeHtml5FsFilesystem::RemoveNode(const Path& path) {
Path              226 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsNode* FakeHtml5FsFilesystem::GetNode(const Path& path) {
Path              234 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc     const Path& path,
Path              249 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc     const Path& node_path = iter->first;
Path              263 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc     Path entry_path = node_path;
Path              278 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc FakeHtml5FsFilesystem::Path FakeHtml5FsFilesystem::GetParentPath(
Path              279 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc     const Path& path) {
Path              320 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   const FakeHtml5FsFilesystem::Path& path = file_ref_resource->path;
Path              517 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path path = directory_ref_resource->path;
Path              528 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path parent_path = filesystem->GetParentPath(path);
Path              549 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path path = file_ref_resource->path;
Path              567 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path path = file_ref_resource->path;
Path              587 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path path = directory_ref_resource->path;
Path              640 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path path = file_ref_resource->path;
Path              641 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc   FakeHtml5FsFilesystem::Path newpath = new_file_ref_resource->path;
Path               67 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h     Path path;
Path               78 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool AddEmptyFile(const Path& path, FakeHtml5FsNode** out_node);
Path               79 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool AddFile(const Path& path,
Path               82 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool AddFile(const Path& path,
Path               85 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool AddDirectory(const Path& path, FakeHtml5FsNode** out_node);
Path               86 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool RemoveNode(const Path& path);
Path               88 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   FakeHtml5FsNode* GetNode(const Path& path);
Path               89 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   bool GetDirectoryEntries(const Path& path,
Path               92 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h   static Path GetParentPath(const Path& path);
Path               51 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(ENOENT, fs.Access(Path("/foo"), R_OK | W_OK));
Path               52 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(ENOENT, fs.Open(Path("/foo"), O_RDWR, &result_node));
Path               57 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_CREAT, &file));
Path               64 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Access(Path("/foo"), R_OK | W_OK));
Path               65 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(EACCES, fs.Access(Path("/foo"), X_OK));
Path               68 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Access(Path("/"), R_OK | W_OK | X_OK));
Path               70 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(EISDIR, fs.Open(Path("/"), O_RDWR, &root));
Path               74 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Open(Path("/"), O_RDONLY, &root));
Path               85 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc             fs.Open(Path("/foo"), O_RDWR | O_CREAT | O_EXCL, &result_node));
Path               90 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(EEXIST, fs.Mkdir(Path("/foo"), O_RDWR));
Path              109 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_CREAT, &result_node));
Path              122 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Unlink(Path("/foo")));
Path              126 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(ENOENT, fs.Unlink(Path("/foo")));
Path              130 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Mkdir(Path("/foo"), O_RDWR));
Path              134 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Open(Path("/foo/bar"), O_RDWR | O_CREAT | O_EXCL, &file));
Path              140 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(ENOTEMPTY, fs.Rmdir(Path("/foo")));
Path              146 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Unlink(Path("/foo/bar")));
Path              156 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Rmdir(Path("/foo")));
Path              160 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(ENOENT, fs.Access(Path("/foo"), F_OK));
Path              161 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(ENOENT, fs.Open(Path("/foo"), O_RDWR, &file));
Path              175 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_CREAT, &file));
Path              181 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/foo"), O_RDWR | O_TRUNC, &file));
Path              191 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir"), O_RDWR));
Path              192 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/file"), O_RDWR | O_CREAT | O_EXCL, &file));
Path              197 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Remove(Path("/dir")));
Path              199 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   EXPECT_EQ(0, fs.Remove(Path("/file")));
Path              202 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(ENOENT, fs.Open(Path("/dir/foo"), O_CREAT | O_RDWR, &result_node));
Path              204 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(ENOENT, fs.Open(Path("/file"), O_RDONLY, &result_node));
Path              210 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR));
Path              211 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir2"), O_RDWR));
Path              215 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/dir1/file"), O_RDWR | O_CREAT | O_EXCL, &file));
Path              216 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir1/file"), R_OK));
Path              220 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Rename(Path("/dir1/file"), Path("/dir2/new_file")));
Path              221 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_NE(0, fs.Access(Path("/dir1/file"), R_OK));
Path              222 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir2/new_file"), R_OK));
Path              226 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Rename(Path("/dir2/new_file"), Path("/dir2/new_file2")));
Path              227 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_NE(0, fs.Access(Path("/dir2/new_file"), R_OK));
Path              228 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir2/new_file2"), R_OK));
Path              232 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Rename(Path("/dir2/new_file2"), Path("/dir1")));
Path              233 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_NE(0, fs.Access(Path("/dir2/new_file2"), R_OK));
Path              234 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir1/new_file2"), R_OK));
Path              241 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR));
Path              242 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir2"), O_RDWR));
Path              246 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Rename(Path("/dir1"), Path("/dir2")));
Path              247 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_NE(0, fs.Access(Path("/dir1"), R_OK));
Path              248 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir2"), R_OK));
Path              252 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR));
Path              256 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Rename(Path("/dir1"), Path("/dir2/foo")));
Path              257 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir2"), R_OK));
Path              258 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/dir2/foo"), R_OK));
Path              262 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Rmdir(Path("/dir2/foo")));
Path              263 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir1"), O_RDWR));
Path              267 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Mkdir(Path("/dir2/dir3"), O_RDWR));
Path              268 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(ENOTEMPTY, fs.Rename(Path("/dir1"), Path("/dir2")));
Path              275 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(ENOENT, fs.Access(Path("/foo"), F_OK));
Path              277 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(EACCES, fs.Open(Path("/foo"), O_CREAT | O_RDWR, &invalid_node));
Path              280 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/null"), O_CREAT | O_RDWR, &valid_node));
Path              281 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/zero"), O_CREAT | O_RDWR, &valid_node));
Path              282 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/urandom"), O_CREAT | O_RDWR, &valid_node));
Path              283 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/console0"), O_CREAT | O_RDWR, &valid_node));
Path              284 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/console1"), O_CREAT | O_RDWR, &valid_node));
Path              285 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/console3"), O_CREAT | O_RDWR, &valid_node));
Path              286 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/tty"), O_CREAT | O_RDWR, &valid_node));
Path              287 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/stdin"), O_CREAT | O_RDWR, &valid_node));
Path              288 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/stdout"), O_CREAT | O_RDWR, &valid_node));
Path              289 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/stderr"), O_CREAT | O_RDWR, &valid_node));
Path              297 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/null"), R_OK | W_OK));
Path              298 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(EACCES, fs.Access(Path("/null"), X_OK));
Path              299 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/null"), O_RDWR, &dev_null));
Path              320 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/zero"), R_OK | W_OK));
Path              321 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(EACCES, fs.Access(Path("/zero"), X_OK));
Path              322 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/zero"), O_RDWR, &dev_zero));
Path              350 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Access(Path("/urandom"), R_OK | W_OK));
Path              351 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(EACCES, fs.Access(Path("/urandom"), X_OK));
Path              352 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc   ASSERT_EQ(0, fs.Open(Path("/urandom"), O_RDWR, &dev_urandom));
Path              219 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/hello"), O_RDONLY, &node));
Path              232 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
Path              253 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/hello"), O_RDONLY, &node));
Path              259 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/"), O_RDONLY, &node));
Path              265 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
Path              275 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/"), O_RDONLY, &root));
Path              297 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/foobar"), O_RDWR | O_CREAT, &node));
Path              127 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Access(Path("/foo"), R_OK | W_OK | X_OK));
Path              128 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(ENOENT, fs->Access(Path("/bar"), F_OK));
Path              136 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(EEXIST, fs->Mkdir(Path("/"), 0644));
Path              138 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   Path path("/foo");
Path              155 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   Path path("/foo");
Path              170 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(EISDIR, fs->Unlink(Path("/dir")));
Path              171 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Unlink(Path("/file")));
Path              172 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(ENOENT, fs->Access(Path("/file"), F_OK));
Path              173 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Access(Path("/dir"), F_OK));
Path              185 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(ENOTDIR, fs->Rmdir(Path("/file")));
Path              186 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Rmdir(Path("/dir")));
Path              187 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(ENOENT, fs->Access(Path("/dir"), F_OK));
Path              188 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Access(Path("/file"), F_OK));
Path              197 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   Path path("/foo");
Path              198 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   Path newpath("/bar");
Path              209 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   Path path("/foo");
Path              253 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file"), O_RDONLY, &node));
Path              282 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/dir"), O_RDONLY, &node));
Path              296 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file"), O_WRONLY, &node));
Path              306 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file"), O_RDWR, &node));
Path              320 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Open(Path("/dir"), O_RDWR, &node));
Path              349 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file"), O_RDONLY, &node));
Path              370 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Open(Path("/dir"), O_RDONLY, &node));
Path              398 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file"), O_RDWR, &node));
Path              419 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, fs->Open(Path("/dir"), O_RDONLY, &node));
Path              432 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/"), O_RDONLY, &root));
Path              435 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file"), O_RDWR, &node));
Path              472 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, fs->Open(Path("/file2"), O_CREAT, &node));
Path               79 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs_.Access(Path("/foo"), R_OK));
Path               80 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(EACCES, fs_.Access(Path("/foo"), W_OK));
Path               81 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(EACCES, fs_.Access(Path("/foo"), X_OK));
Path               82 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(ENOENT, fs_.Access(Path("/bar"), F_OK));
Path               89 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(EIO, fs_.Open(Path("/file"), O_RDONLY, &node));
Path              103 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
Path              133 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
Path              157 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/file"), O_WRONLY, &node));
Path              172 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
Path              190 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDWR, &node));
Path              209 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EEXIST, fs.Mkdir(Path("/"), 0));
Path              210 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EEXIST, fs.Mkdir(Path("/mydir"), 0));
Path              212 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, fs.Mkdir(Path("/non_existent"), 0));
Path              221 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, fs.Rmdir(Path("/")));
Path              222 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, fs.Rmdir(Path("/mydir")));
Path              224 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(ENOTDIR, fs.Rmdir(Path("/mydir/foo")));
Path              226 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(ENOENT, fs.Rmdir(Path("/non_existent")));
Path              235 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, fs.Unlink(Path("/mydir/foo")));
Path              237 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EISDIR, fs.Unlink(Path("/mydir")));
Path              239 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(ENOENT, fs.Unlink(Path("/non_existent")));
Path              248 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, fs.Remove(Path("/mydir/foo")));
Path              250 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, fs.Remove(Path("/mydir")));
Path              252 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(ENOENT, fs.Remove(Path("/non_existent")));
Path              266 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(0, fs.FindOrCreateDir(Path("/"), &root));
Path              271 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(0, fs.FindOrCreateDir(Path("/mydir"), &dir));
Path              283 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs.Open(Path("/mydir/foo"), O_RDONLY, &foo));
Path              286 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, fs.Open(Path("/thatdir/bar"), O_RDWR, &bar));
Path               33 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc     ASSERT_EQ(0, fs_.Access(Path("/jspipe1"), R_OK | W_OK));
Path               34 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc     ASSERT_EQ(EACCES, fs_.Access(Path("/jspipe1"), X_OK));
Path               35 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc     ASSERT_EQ(0, fs_.Open(Path("/jspipe1"), O_RDWR, &pipe_dev_));
Path               34 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Access(const Path& path, int a_mode) { return ENOSYS; }
Path               35 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Open(const Path& path, int mode, ScopedNode* out_node) {
Path               39 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Unlink(const Path& path) { return 0; }
Path               40 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Mkdir(const Path& path, int permissions) { return 0; }
Path               41 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Rmdir(const Path& path) { return 0; }
Path               42 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Remove(const Path& path) { return 0; }
Path               43 native_client_sdk/src/tests/nacl_io_test/kernel_object_test.cc   Error Rename(const Path& path, const Path& newpath) { return 0; }
Path               46 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc     Path path;
Path              114 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(0, filesystem->Open(Path("/"), O_RDONLY, &root));
Path              629 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Access(const Path& path, int a_mode) { return 0; }
Path              630 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Open(const Path& path, int mode, ScopedNode* out_node) {
Path              635 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error OpenResource(const Path& path, ScopedNode* out_node) {
Path              639 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Unlink(const Path& path) { return ENOSYS; }
Path              640 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Mkdir(const Path& path, int permissions) { return ENOSYS; }
Path              641 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Rmdir(const Path& path) { return ENOSYS; }
Path              642 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Remove(const Path& path) { return ENOSYS; }
Path              643 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   virtual Error Rename(const Path& path, const Path& newpath) { return ENOSYS; }
Path               16 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   typedef nacl_io::Path Path;
Path               26 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD2(Access, Error(const Path&, int));
Path               27 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD3(Open, Error(const Path&, int, ScopedNode*));
Path               28 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD2(OpenResource, Error(const Path&, ScopedNode*));
Path               29 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD1(Unlink, Error(const Path&));
Path               30 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD2(Mkdir, Error(const Path&, int));
Path               31 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD1(Rmdir, Error(const Path&));
Path               32 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD1(Remove, Error(const Path&));
Path               33 native_client_sdk/src/tests/nacl_io_test/mock_fs.h   MOCK_METHOD2(Rename, Error(const Path&, const Path&));
Path               16 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path ph1(".");
Path               17 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path *ph2 = new Path(".");
Path               20 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p1(".");
Path               23 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p2("/");
Path               29 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path empty;
Path               30 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path dot(".");
Path               31 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path root("/");
Path               32 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path abs_str("/abs/from/string");
Path               33 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path rel_str("rel/from/string");
Path               34 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path self_str("./rel/from/string");
Path               91 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path cpy_str;
Path              127 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p1("/simple/splitter/test");
Path              141 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p2("///simple//splitter///test/");
Path              150 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p3("sim/ple//spli/tter/te/st/");
Path              161 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p4("");
Path              165 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p5("/");
Path              171 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path ph1("/usr/local/hi/there");
Path              183 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path ph2("./");
Path              186 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path ph3("/");
Path              195 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path ph4("..");
Path              205 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path rooted("/usr/local");
Path              206 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path current("./usr/local");
Path              207 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path relative("usr/local");
Path              209 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path test;
Path              249 native_client_sdk/src/tests/nacl_io_test/path_test.cc   Path p("/an/absolute/path");
Path               32 native_client_sdk/src/tests/nacl_io_test/tty_test.cc     ASSERT_EQ(0, fs_.Access(Path("/tty"), R_OK | W_OK));
Path               33 native_client_sdk/src/tests/nacl_io_test/tty_test.cc     ASSERT_EQ(EACCES, fs_.Access(Path("/tty"), X_OK));
Path               34 native_client_sdk/src/tests/nacl_io_test/tty_test.cc     ASSERT_EQ(0, fs_.Open(Path("/tty"), O_RDWR, &dev_tty_));
Path              178 net/cookies/canonical_cookie.cc     path_string = pc.Path();
Path               77 net/cookies/canonical_cookie.h   const std::string& Path() const { return path_; }
Path              104 net/cookies/canonical_cookie.h             && path_ == ecc.Path());
Path               56 net/cookies/canonical_cookie_unittest.cc   EXPECT_EQ("/test", cookie.Path());
Path               74 net/cookies/canonical_cookie_unittest.cc   EXPECT_EQ("", cookie2.Path());
Path               91 net/cookies/canonical_cookie_unittest.cc   EXPECT_EQ("/test", cookie->Path());
Path              100 net/cookies/canonical_cookie_unittest.cc   EXPECT_EQ("/", cookie->Path());
Path              130 net/cookies/canonical_cookie_unittest.cc   EXPECT_EQ("/test", cookie->Path());
Path              140 net/cookies/canonical_cookie_unittest.cc   EXPECT_EQ("/test", cookie->Path());
Path              149 net/cookies/cookie_monster.cc   if (cc1->Path().length() == cc2->Path().length())
Path              151 net/cookies/cookie_monster.cc   return cc1->Path().length() > cc2->Path().length();
Path             1350 net/cookies/cookie_monster.cc     if (url.path().find((*it)->Path()))
Path             1510 net/cookies/cookie_monster.cc                                        (*it)->Path().c_str());
Path             1601 net/cookies/cookie_monster.cc                               cookie->Path());
Path              117 net/cookies/cookie_monster_store_test.cc   std::string cookie_path = pc.Path();
Path             1350 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/foo", it->Path());
Path             1354 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/", it->Path());
Path             1363 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/bar", it->Path());
Path             1367 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/", it->Path());
Path             1420 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/foo", it->Path());
Path             1424 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/bar", it->Path());
Path             1428 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/", it->Path());
Path             1727 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/foo", it->Path());
Path             1741 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/bar", it->Path());
Path             1753 net/cookies/cookie_monster_unittest.cc   EXPECT_EQ("/", it->Path());
Path             1995 net/cookies/cookie_monster_unittest.cc       EXPECT_EQ(input->path, output->Path());
Path               40 net/cookies/parsed_cookie.h   const std::string& Path() const { return pairs_[path_index_].second; }
Path               60 net/cookies/parsed_cookie_unittest.cc     EXPECT_EQ("\"/\"", pc.Path());
Path               69 net/cookies/parsed_cookie_unittest.cc   EXPECT_EQ("/", pc.Path());
Path               81 net/cookies/parsed_cookie_unittest.cc   EXPECT_EQ("/", pc.Path());
Path               93 net/cookies/parsed_cookie_unittest.cc   EXPECT_EQ("/", pc.Path());
Path              124 net/cookies/parsed_cookie_unittest.cc   EXPECT_EQ("/wee", pc.Path());
Path              166 net/cookies/parsed_cookie_unittest.cc   EXPECT_EQ("/", pc.Path());
Path              180 net/cookies/parsed_cookie_unittest.cc   EXPECT_EQ("/", pc.Path());
Path              513 third_party/jsoncpp/overrides/include/json/value.h       friend class Path;
Path              543 third_party/jsoncpp/overrides/include/json/value.h    class Path
Path              546 third_party/jsoncpp/overrides/include/json/value.h       Path( const std::string &path,
Path             1753 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::Path( const std::string &path,
Path             1771 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::makePath( const std::string &path,
Path             1815 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::addPathInArg( const std::string &path, 
Path             1836 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::invalidPath( const std::string &path, 
Path             1844 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::resolve( const Value &root ) const
Path             1876 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::resolve( const Value &root, 
Path             1903 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp Path::make( Value &root ) const
Path              378 ui/app_list/views/app_list_view.cc void AppListView::GetWidgetHitTestMask(gfx::Path* mask) const {
Path              122 ui/app_list/views/app_list_view.h   virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path               73 ui/aura/demo/demo_main.cc   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
Path               96 ui/aura/test/test_window_delegate.cc void TestWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
Path              134 ui/aura/test/test_window_delegate.cc void MaskedWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
Path               62 ui/aura/test/test_window_delegate.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path              102 ui/aura/test/test_window_delegate.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path              863 ui/aura/window.cc   gfx::Path mask;
Path               17 ui/aura/window_delegate.h class Path;
Path              101 ui/aura/window_delegate.h   virtual void GetHitTestMask(gfx::Path* mask) const = 0;
Path               81 ui/gfx/gdi_util.cc HRGN ConvertPathToHRGN(const gfx::Path& path) {
Path               40 ui/gfx/gdi_util.h GFX_EXPORT HRGN ConvertPathToHRGN(const gfx::Path& path);
Path               11 ui/gfx/path.cc Path::Path()
Path               15 ui/gfx/path.cc Path::Path(const Point* points, size_t count) {
Path               22 ui/gfx/path.cc Path::Path(const PointF* points, size_t count) {
Path               29 ui/gfx/path.cc Path::~Path() {
Path               15 ui/gfx/path.h  class GFX_EXPORT Path : public SkPath {
Path               27 ui/gfx/path.h    Path();
Path               30 ui/gfx/path.h    Path(const Point* points, size_t count);
Path               31 ui/gfx/path.h    Path(const PointF* points, size_t count);
Path               33 ui/gfx/path.h    ~Path();
Path               56 ui/gfx/path.h    DISALLOW_COPY_AND_ASSIGN(Path);
Path               12 ui/gfx/path_aura.cc SkRegion* Path::CreateNativeRegion() const {
Path               26 ui/gfx/path_aura.cc NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
Path               33 ui/gfx/path_aura.cc NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
Path               40 ui/gfx/path_aura.cc NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
Path               14 ui/gfx/path_gtk.cc GdkRegion* Path::CreateNativeRegion() const {
Path               35 ui/gfx/path_gtk.cc NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
Path               42 ui/gfx/path_gtk.cc NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
Path               49 ui/gfx/path_gtk.cc NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
Path               43 ui/gfx/path_win.cc NativeRegion Path::CreateNativeRegion() const {
Path               48 ui/gfx/path_win.cc NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
Path               55 ui/gfx/path_win.cc NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
Path               62 ui/gfx/path_win.cc NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
Path               57 ui/keyboard/keyboard_controller.cc                               gfx::Path* mask) const OVERRIDE {
Path              106 ui/keyboard/keyboard_controller.cc   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {
Path              111 ui/native_theme/native_theme_aura.cc     gfx::Path path;
Path              123 ui/views/bubble/bubble_frame_view.cc                                     gfx::Path* window_mask) {
Path               41 ui/views/bubble/bubble_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path               24 ui/views/bubble/bubble_window_targeter.cc                                           gfx::Path* mask) const {
Path               26 ui/views/bubble/bubble_window_targeter.h                               gfx::Path* mask) const OVERRIDE;
Path              419 ui/views/bubble/tray_bubble_view.cc void TrayBubbleView::GetWidgetHitTestMask(gfx::Path* mask) const {
Path              153 ui/views/bubble/tray_bubble_view.h   virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path               14 ui/views/round_rect_painter.h class Path;
Path              129 ui/views/touchui/touch_selection_controller_impl.cc                               gfx::Path* mask) const OVERRIDE;
Path              166 ui/views/touchui/touch_selection_controller_impl.cc   virtual void GetWidgetHitTestMask(gfx::Path* mask) const OVERRIDE {
Path              297 ui/views/touchui/touch_selection_controller_impl.cc                                                gfx::Path* mask) const {
Path              922 ui/views/view.cc       gfx::Path mask;
Path             1546 ui/views/view.cc void View::GetHitTestMask(HitTestSource source, gfx::Path* mask) const {
Path               45 ui/views/view.h class Path;
Path             1133 ui/views/view.h   virtual void GetHitTestMask(HitTestSource source, gfx::Path* mask) const;
Path              785 ui/views/view_unittest.cc                               gfx::Path* mask) const OVERRIDE {
Path              983 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::GetHitTestMask(gfx::Path* mask) const {
Path              202 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path              675 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc                                              gfx::Path* path) {
Path              156 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual void GetWindowMask(const gfx::Size& size, gfx::Path* path) OVERRIDE;
Path             1203 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc     gfx::Path window_mask;
Path              809 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::GetHitTestMask(gfx::Path* mask) const {
Path              160 ui/views/widget/native_widget_aura.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path               15 ui/views/widget/native_widget_delegate.h class Path;
Path              137 ui/views/widget/native_widget_delegate.h   virtual void GetHitTestMask(gfx::Path* mask) const = 0;
Path             1267 ui/views/widget/widget.cc void Widget::GetHitTestMask(gfx::Path* mask) const {
Path              742 ui/views/widget/widget.h   virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
Path              162 ui/views/widget/widget_delegate.cc void WidgetDelegate::GetWidgetHitTestMask(gfx::Path* mask) const {
Path              161 ui/views/widget/widget_delegate.h   virtual void GetWidgetHitTestMask(gfx::Path* mask) const;
Path             2320 ui/views/widget/widget_unittest.cc                              gfx::Path* window_mask) OVERRIDE {}
Path             1137 ui/views/win/hwnd_message_handler.cc     gfx::Path window_mask;
Path               13 ui/views/win/hwnd_message_handler_delegate.h class Path;
Path               66 ui/views/win/hwnd_message_handler_delegate.h   virtual void GetWindowMask(const gfx::Size& size, gfx::Path* mask) = 0;
Path              174 ui/views/window/custom_frame_view.cc                                     gfx::Path* window_mask) {
Path               46 ui/views/window/custom_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path               50 ui/views/window/native_frame_view.cc                                     gfx::Path* window_mask) {
Path               25 ui/views/window/native_frame_view.h                              gfx::Path* window_mask) OVERRIDE;
Path               99 ui/views/window/non_client_view.cc                                   gfx::Path* window_mask) {
Path               11 ui/views/window/non_client_view.h class Path;
Path               76 ui/views/window/non_client_view.h                              gfx::Path* window_mask) = 0;
Path              177 ui/views/window/non_client_view.h   void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask);
Path               12 ui/views/window/window_shape.cc void GetDefaultWindowMask(const gfx::Size &size, gfx::Path *window_mask) {
Path               12 ui/views/window/window_shape.h class Path;
Path               20 ui/views/window/window_shape.h                                        gfx::Path* window_mask);
Path               22 ui/wm/core/masked_window_targeter.cc     gfx::Path mask;
Path               12 ui/wm/core/masked_window_targeter.h class Path;
Path               25 ui/wm/core/masked_window_targeter.h   virtual bool GetHitTestMask(aura::Window* window, gfx::Path* mask) const = 0;
Path             1078 url/url_canon_unittest.cc TEST(URLCanonTest, Path) {
Path               72 webkit/browser/fileapi/local_file_stream_writer_unittest.cc     base::FilePath path = Path(name);
Path              129 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   base::FilePath path = Path("file_a");
Path              139 webkit/browser/fileapi/local_file_stream_writer_unittest.cc   base::FilePath path = Path("file_a");
Path               51 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath file_name = Path("test_file");
Path               75 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath file_name = Path("foobar");
Path               90 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath dir_name = Path("test_dir");
Path              111 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath file_name = Path("test_file");
Path              147 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath path_1 = Path("dir1");
Path              148 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath path_2 = Path("file1");
Path              149 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath path_11 = Path("dir1").AppendASCII("file11");
Path              150 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath path_12 = Path("dir1").AppendASCII("dir12");
Path              152 webkit/browser/fileapi/native_file_util_unittest.cc       Path("dir1").AppendASCII("dir12").AppendASCII("file121");
Path              167 webkit/browser/fileapi/native_file_util_unittest.cc         NativeFileUtil::CreateFileEnumerator(Path(), false);
Path              179 webkit/browser/fileapi/native_file_util_unittest.cc         NativeFileUtil::CreateFileEnumerator(Path(), true);
Path              194 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath file_name = Path("truncated");
Path              208 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath from_file = Path("fromfile");
Path              209 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath to_file1 = Path("tofile1");
Path              210 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath to_file2 = Path("tofile2");
Path              239 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath dir = Path("dir");
Path              255 webkit/browser/fileapi/native_file_util_unittest.cc                 Path("nonexists"), Path("file"),
Path              261 webkit/browser/fileapi/native_file_util_unittest.cc                 dir, Path("file"), FileSystemOperation::OPTION_NONE, nosync));
Path              269 webkit/browser/fileapi/native_file_util_unittest.cc                 from_file, Path("nodir").AppendASCII("file"),
Path              274 webkit/browser/fileapi/native_file_util_unittest.cc                 from_file, Path("tofile1").AppendASCII("file"),
Path              279 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath from_file = Path("fromfile");
Path              280 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath to_file = Path("tofile");
Path              305 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath dir = Path("dir");
Path              322 webkit/browser/fileapi/native_file_util_unittest.cc                 Path("nonexists"), Path("file"),
Path              328 webkit/browser/fileapi/native_file_util_unittest.cc                 dir, Path("file"), FileSystemOperation::OPTION_NONE, move));
Path              343 webkit/browser/fileapi/native_file_util_unittest.cc                 from_file, Path("nodir").AppendASCII("file"),
Path              348 webkit/browser/fileapi/native_file_util_unittest.cc                 from_file, Path("tofile1").AppendASCII("file"),
Path              353 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath from_file = Path("fromfile");
Path              354 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath to_file1 = Path("tofile1");
Path              355 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath to_file2 = Path("tofile2");
Path              356 webkit/browser/fileapi/native_file_util_unittest.cc   base::FilePath to_file3 = Path("tofile3");