Home
last modified time | relevance | path

Searched refs:eOpenOptionRead (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Host/common/
DFile.cpp32 if (options & File::eOpenOptionRead) in GetStreamOpenModeFromOptions()
47 else if (options & File::eOpenOptionRead && options & File::eOpenOptionWrite) in GetStreamOpenModeFromOptions()
59 else if (options & File::eOpenOptionRead) in GetStreamOpenModeFromOptions()
194 const bool read = options & eOpenOptionRead; in Open()
DFileSpec.cpp798 error = file.Open(resolved_path, File::eOpenOptionRead); in ReadFileContents()
835 error = file.Open(resolved_path, File::eOpenOptionRead); in ReadFileContents()
860 error = file.Open(resolved_path, File::eOpenOptionRead); in ReadFileContentsAsCString()
DHost.cpp1462 FileSpec file_spec(output_file_path, File::eOpenOptionRead); in RunShellCommand()
/external/lldb/source/Core/
DDataBufferMemoryMap.cpp125 uint32_t options = File::eOpenOptionRead; in MemoryMapFromFileSpec()
/external/lldb/include/lldb/Host/
DFile.h35 eOpenOptionRead = (1u << 0), // Open file for reading enumerator