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

  /external/lldb/source/Host/common/
File.cpp 32 if (options & File::eOpenOptionRead)
47 else if (options & File::eOpenOptionRead && options & File::eOpenOptionWrite)
59 else if (options & File::eOpenOptionRead)
194 const bool read = options & eOpenOptionRead;
FileSpec.cpp 798 error = file.Open(resolved_path, File::eOpenOptionRead);
835 error = file.Open(resolved_path, File::eOpenOptionRead);
860 error = file.Open(resolved_path, File::eOpenOptionRead);
    [all...]
Host.cpp     [all...]
  /external/lldb/include/lldb/Host/
File.h 35 eOpenOptionRead = (1u << 0), // Open file for reading
  /external/lldb/source/Core/
DataBufferMemoryMap.cpp 125 uint32_t options = File::eOpenOptionRead;

Completed in 47 milliseconds