HomeSort by relevance Sort by last modified time
    Searched refs:open_options (Results 1 - 10 of 10) 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 64 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 267 uint32 open_options,
285 open_options, NULL, 0,
interceptors_64.cc 243 POBJECT_ATTRIBUTES object_attributes, ULONG open_options) {
247 open_options);
interceptors_64.h 151 POBJECT_ATTRIBUTES object_attributes, ULONG open_options);
nt_internals.h 381 IN DWORD open_options);
  /external/chromium_org/chrome/browser/performance_monitor/
database.cc 444 leveldb::Options open_options; local
445 open_options.max_open_files = 64; // Use minimum.
446 open_options.create_if_missing = true;
449 recent_db_ = SafelyOpenDatabase(open_options,
452 max_value_db_ = SafelyOpenDatabase(open_options,
455 state_db_ = SafelyOpenDatabase(open_options,
458 active_interval_db_ = SafelyOpenDatabase(open_options,
461 metric_db_ = SafelyOpenDatabase(open_options,
464 event_db_ = SafelyOpenDatabase(open_options,
  /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)) {

Completed in 2677 milliseconds