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

  /external/chromium_org/sandbox/win/src/
registry_interception.h 32 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
registry_interception.cc 162 ULONG open_options) {
165 open_options);
167 // We do not support open_options at this time. The 2 current known values
170 if (NT_SUCCESS(status) || open_options != 0)
filesystem_policy.h 65 uint32 open_options,
filesystem_dispatcher.cc 130 DWORD share_access, DWORD open_options) {
143 params[OpenFile::OPTIONS] = ParamPickerMake(open_options);
156 share_access, open_options, &handle,
filesystem_policy.cc 264 uint32 open_options,
282 open_options, NULL, 0,
interceptors_64.cc 227 POBJECT_ATTRIBUTES object_attributes, ULONG open_options) {
231 open_options);
interceptors_64.h 142 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
nt_internals.h 391 IN DWORD open_options);
  /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/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...]
  /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...]

Completed in 215 milliseconds