reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
  103   uint32_t GetPermissions(const llvm::Twine &path) const;

References

tools/lldb/source/Host/common/FileSystem.cpp
  131   return GetPermissions(file_spec.GetPath());
  161   return GetPermissions(path) & sys::fs::perms::all_read;
tools/lldb/unittests/Host/FileSystemTest.cpp
  214   EXPECT_EQ(sys::fs::all_all, fs.GetPermissions("/foo"));