Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 12 of 12) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dpy_utils_unittest.py14 self.assertFalse(py_utils.IsExecutable('nonexistent_file'))
18 self.assertFalse(py_utils.IsExecutable(_GetFileInTestDir('foo.txt')))
19 self.assertTrue(py_utils.IsExecutable(sys.executable))
D__init__.py54 def IsExecutable(path): function
Dcloud_storage.py111 if py_utils.IsExecutable(executable_path):
/external/llvm/unittests/Support/
DFileOutputBufferTest.cpp114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
115 EXPECT_TRUE(IsExecutable); in TEST()
/external/llvm/lib/Target/
DTargetMachine.cpp136 bool IsExecutable = in shouldAssumeDSOLocal() local
138 if (IsExecutable) { in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp174 bool IsExecutable = in shouldAssumeDSOLocal() local
176 if (IsExecutable) { in shouldAssumeDSOLocal()
/external/google-breakpad/src/processor/
Dexploitability_linux.cc563 linux_maps->IsExecutable()) { in ExecutableStackOrHeap()
581 return linux_maps ? linux_maps->IsExecutable() : false; in InstructionPointerInCode()
Dminidump_unittest.cc1039 ASSERT_TRUE(info1->IsExecutable()); in TEST()
Dminidump.cc4436 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo
/external/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
599 if (IsExecutable) { in printCOFFUnwindInfo()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h956 bool IsExecutable() const;
1030 bool IsExecutable() const { in IsExecutable() function