HomeSort by relevance Sort by last modified time
    Searched refs:all_all (Results 1 - 20 of 20) sorted by null

  /external/llvm/tools/dsymutil/
dsymutil.cpp 156 llvm::sys::fs::perms::all_all)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
642 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
600 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
600 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
642 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
600 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
600 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
97 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
628 /// attribute, all_all will be returned. Otherwise, all_read | all_exe
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 590 ASSERT_EQ(Status.permissions() & fs::perms::all_all,
593 fs::perms::all_all)); member in class:__anon28403::fs::perms
595 ASSERT_EQ(Status.permissions() & fs::perms::all_all, fs::perms::all_all);
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 499 llvm::sys::fs::perms::all_all))),
538 llvm::sys::fs::all_all);
550 llvm::sys::fs::file_type::directory_file, llvm::sys::fs::all_all); member in class:clang::vfs::llvm::sys::fs
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 118 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) {
124 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) {
132 0, sys::fs::file_type::symlink_file, sys::fs::all_all);
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 93 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 92 all_all = owner_all | group_all | others_all, enumerator in enum:llvm::sys::fs::perms
    [all...]

Completed in 366 milliseconds