Searched refs:IsExecutable (Results 1 – 13 of 13) sorted by relevance
14 self.assertFalse(py_utils.IsExecutable('nonexistent_file'))18 self.assertFalse(py_utils.IsExecutable(_GetFileInTestDir('foo.txt')))19 self.assertTrue(py_utils.IsExecutable(sys.executable))
52 def IsExecutable(path): function
111 if py_utils.IsExecutable(executable_path):
114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local115 EXPECT_TRUE(IsExecutable); in TEST()
136 bool IsExecutable = in shouldAssumeDSOLocal() local138 if (IsExecutable) { in shouldAssumeDSOLocal()
118 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local119 EXPECT_TRUE(IsExecutable); in TEST()
170 bool IsExecutable = in shouldAssumeDSOLocal() local172 if (IsExecutable) { in shouldAssumeDSOLocal()
117 static bool IsExecutable = false; variable327 IsExecutable = false; in onload()331 IsExecutable = false; in onload()335 IsExecutable = true; in onload()339 IsExecutable = true; in onload()750 (IsExecutable || !Res.DefaultVisibility)) in addModule()
593 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local594 if (IsExecutable) { in printCOFFUnwindInfo()
598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local599 if (IsExecutable) { in printCOFFUnwindInfo()
799 bool IsExecutable() const;
677 ASSERT_TRUE(info1->IsExecutable()); in TEST()
3718 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo