Searched defs:IsExecutable (Results 1 – 3 of 3) sorted by relevance
113 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
50 bool IsExecutable() const { return (types_ & EXECUTABLE) != 0; } in IsExecutable() function
128 def IsExecutable(path): function