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

  /external/llvm/include/llvm/Support/
FileSystem.h 73 enum perms { enum in namespace:llvm::sys::fs
97 // Helper functions so that you can use & and | to manipulate perms bits:
98 inline perms operator|(perms l , perms r) {
99 return static_cast<perms>(
102 inline perms operator&(perms l , perms r) {
103 return static_cast<perms>(
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 40 llvm::sys::fs::perms Perms;
51 llvm::sys::fs::perms Perms);
60 llvm::sys::fs::perms getPermissions() const { return Perms; }
67 void setPermissions(llvm::sys::fs::perms p) { Perms = p; }
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 316 sys::fs::perms Mode = I->getAccessMode();
333 sys::fs::perms Mode = I->getAccessMode();
635 unsigned GID, unsigned Perms,
640 printWithSpacePadding(Out, format("%o", Perms), 8);
647 unsigned GID, unsigned Perms, unsigned Size) {
649 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
654 unsigned GID, unsigned Perms, unsigned Size) {
657 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 94 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) {
96 0, 0, 1024, sys::fs::file_type::regular_file, Perms);
100 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) {
102 0, 0, 0, sys::fs::file_type::directory_file, Perms);
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 30 using llvm::sys::fs::perms;
36 Type(Status.type()), Perms(Status.permissions()), IsVFSMapped(false) {}
40 uint64_t Size, file_type Type, perms Perms)
42 Type(Type), Perms(Perms), IsVFSMapped(false) {}
444 /// Perms = 0777
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaccess.h 674 NET_API_STATUS WINAPI NetAccessGetUserPerms(LPCWSTR servername,LPCWSTR UGname,LPCWSTR resource,LPDWORD Perms);
    [all...]
  /external/libvncserver/x11vnc/
tkx11vnc 347 =GAL Misc-Perms::
927 set helptext(Misc-Perms:) "
    [all...]

Completed in 355 milliseconds