|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Host/FileSystem.h 116 bool Readable(const FileSpec &file_spec) const;
References
tools/lldb/source/Commands/CommandObjectTarget.cpp 282 if (!FileSystem::Instance().Readable(core_file)) {
294 if (!FileSystem::Instance().Readable(symfile)) {
410 if (!FileSystem::Instance().Readable(core_file)) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp 2438 if (!FileSystem::Instance().Readable(file)) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp 114 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) {
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp 191 if (FileSystem::Instance().Readable(
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp 245 if (FileSystem::Instance().Readable(
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp 144 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) {
tools/lldb/unittests/Host/FileSystemTest.cpp 197 EXPECT_TRUE(fs.Readable(FileSpec("/foo", FileSpec::Style::posix)));
200 EXPECT_FALSE(fs.Readable(FileSpec("/qux", FileSpec::Style::posix)));