/external/chromium_org/sandbox/win/src/ |
registry_dispatcher.h | 28 DWORD title_index, DWORD create_options);
|
registry_interception.h | 20 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
|
registry_policy.h | 39 uint32 create_options,
|
filesystem_dispatcher.h | 29 DWORD create_options); 34 DWORD create_options);
|
registry_interception.cc | 20 ULONG create_options, PULONG disposition) { 23 title_index, class_name, create_options, 44 if (create_options) 64 create_options, &answer);
|
registry_policy.cc | 59 ULONG create_options, 73 title_index, class_name, create_options, 174 uint32 create_options, 186 if (create_options) { 196 title_index, NULL, create_options,
|
filesystem_policy.h | 49 uint32 create_options,
|
registry_dispatcher.cc | 76 DWORD desired_access, DWORD title_index, DWORD create_options) { 107 title_index, create_options, &handle,
|
filesystem_policy.cc | 27 ULONG create_options, 38 create_options, ea_buffer, ea_lenght); 238 uint32 create_options, 254 create_disposition, create_options, NULL,
|
filesystem_dispatcher.cc | 88 DWORD create_options) { 101 params[OpenFile::OPTIONS] = ParamPickerMake(create_options); 115 create_disposition, create_options,
|
interceptors_64.cc | 225 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) { 229 title_index, class_name, create_options,
|
interceptors_64.h | 141 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
|
/external/qemu/block/ |
raw-posix.c | 758 .create_options = raw_create_options, 1009 .create_options = raw_create_options, 1124 .create_options = raw_create_options, 1224 .create_options = raw_create_options, [all...] |
cow.c | 316 .create_options = cow_create_options,
|
raw.c | 271 .create_options = raw_create_options,
|
raw-win32.c | 254 .create_options = raw_create_options,
|
vpc.c | 630 .create_options = vpc_create_options,
|
qcow.c | 968 .create_options = qcow_create_options,
|
vmdk.c | 863 .create_options = vmdk_create_options,
|
qcow2.c | [all...] |
vvfat.c | [all...] |
/external/qemu/ |
block_int.h | 119 QEMUOptionParameter *create_options; member in struct:BlockDriver
|
block.c | 564 options = parse_option_parameters("", bdrv_qcow2->create_options, NULL); [all...] |
/external/chromium_org/chrome/browser/performance_monitor/ |
database.cc | 524 leveldb::Options create_options(options); 525 create_options.create_if_missing = true; 526 status = leveldb::DB::Open(create_options, name, &database);
|