Searched refs:S_IRALL (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_node.cc32 stat_.st_mode = S_IRALL | S_IWALL;
66 return (stat_.st_mode & S_IRALL) != 0;
70 return (stat_.st_mode & S_IRALL) != 0 && (stat_.st_mode & S_IWALL) != 0;
H A Dmount_node.h21 #define S_IRALL (S_IRUSR | S_IRGRP | S_IROTH) macro
H A Dmount_node_dir.cc30 stat_.st_mode |= S_IRALL | S_IWALL | S_IXALL;
H A Dmount_fuse.cc82 mode_t mode = S_IRALL | S_IWALL;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmount_http_test.cc298 EXPECT_EQ(S_IFREG | S_IRALL, sfoo.st_mode);
301 EXPECT_EQ(S_IFREG | S_IRALL | S_IWALL, sbar.st_mode);
H A Dmount_node_test.cc74 EXPECT_EQ(S_IRALL | S_IWALL, file.GetMode());
204 EXPECT_EQ(S_IRALL | S_IWALL | S_IXALL, root.GetMode());

Completed in 130 milliseconds