Home
last modified time | relevance | path

Searched refs:open_options (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/API/
DSBStream.cpp82 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in RedirectToFile() local
84 open_options |= File::eOpenOptionAppend; in RedirectToFile()
85 stream_file->GetFile().Open (path, open_options, File::ePermissionsDefault); in RedirectToFile()
/external/lldb/source/Host/common/
DHost.cpp808 open_options (o), in DynamicLibraryInfo()
814 uint32_t open_options; member
877 dylib_info->open_options = 0; in DynamicLibraryClose()
902 if (dylib_info->open_options & eDynamicLibraryOpenOptionLimitGetSymbol) in DynamicLibraryGetSymbol()
/external/lldb/source/Commands/
DCommandObjectMemory.cpp773 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; in DoExecute() local
776 open_options |= File::eOpenOptionAppend; in DoExecute()
778 if (outfile_stream.GetFile ().Open (path, open_options).Success()) in DoExecute()