HomeSort by relevance Sort by last modified time
    Searched defs:open_options (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/API/
SBStream.cpp 82 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; local
84 open_options |= File::eOpenOptionAppend;
85 stream_file->GetFile().Open (path, open_options, File::ePermissionsDefault);
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 404 int open_options = kyotocabinet::PolyDB::OWRITER | local
417 open_options |= kyotocabinet::PolyDB::OAUTOSYNC;
419 if (!db_->open(file_name, open_options)) {
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 773 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate; local
776 open_options |= File::eOpenOptionAppend;
778 if (outfile_stream.GetFile ().Open (path, open_options).Success())
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 808 open_options (o),
814 uint32_t open_options; member in struct:DynamicLibraryInfo
877 dylib_info->open_options = 0;
902 if (dylib_info->open_options & eDynamicLibraryOpenOptionLimitGetSymbol)
    [all...]

Completed in 748 milliseconds