Home
last modified time | relevance | path

Searched refs:others_exe (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DFileSystem.h88 others_exe = 01, enumerator
89 others_all = others_read | others_write | others_exe,
92 all_exe = owner_exe | group_exe | others_exe,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h87 others_exe = 01, enumerator
88 others_all = others_read | others_write | others_exe,
91 all_exe = owner_exe | group_exe | others_exe,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h99 others_exe = 01, enumerator
100 others_all = others_read | others_write | others_exe,
103 all_exe = owner_exe | group_exe | others_exe,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1570 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_exe), NoError); in TEST_F()
1642 EXPECT_EQ(fs::setPermissions(TempPath, fs::others_exe), NoError); in TEST_F()
1643 EXPECT_TRUE(CheckPermissions(fs::others_exe)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2203 outs() << ((Mode & sys::fs::others_exe) ? "x" : "-"); in printArchiveChild()
DMachODump.cpp1869 outs() << ((Mode & sys::fs::others_exe) ? "x" : "-"); in printArchiveChild()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1492 outs() << ((Mode & sys::fs::others_exe) ? "x" : "-"); in printArchiveChild()