Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileOutputBuffer.cpp68 Mode |= sys::fs::all_exe; in create()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp569 fs::setPermissions(Twine(TestDirectory) + "/noreadperm", fs::all_exe); in TEST_F()
1532 EXPECT_EQ(fs::setPermissions(TempPath, fs::all_read | fs::all_exe), NoError); in TEST_F()
1533 EXPECT_TRUE(CheckPermissions(fs::all_read | fs::all_exe)); in TEST_F()
1536 fs::perms ReadOnly = fs::all_read | fs::all_exe; in TEST_F()
1582 EXPECT_EQ(fs::setPermissions(TempPath, fs::all_exe), NoError); in TEST_F()
1654 EXPECT_EQ(fs::setPermissions(TempPath, fs::all_exe), NoError); in TEST_F()
1655 EXPECT_TRUE(CheckPermissions(fs::all_exe)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileOutputBuffer.cpp155 Mode |= fs::all_exe; in create()
/external/llvm/include/llvm/Support/
DFileSystem.h92 all_exe = owner_exe | group_exe | others_exe, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h91 all_exe = owner_exe | group_exe | others_exe, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h103 all_exe = owner_exe | group_exe | others_exe, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc649 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;