Searched refs:IsExecutable (Results 1 – 7 of 7) sorted by relevance
79 bool IsExecutable() const in IsExecutable() function
64 bool IsExecutable() const { return (value_ & EXECUTE) == EXECUTE; } in IsExecutable() function
59 if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.IsExecutable()) { in CompareInsertEntry()
84 bool IsExecutable() const in IsExecutable() function
71 …sNecessary || entry.perm_.IsReadable() || entry.perm_.IsWritable() || entry.perm_.IsExecutable()) { in CompareInsertEntry()
241 EXPECT_TRUE(perm1.IsExecutable());
109 if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.IsExecutable()) { in CompareInsertEntry()