Home
last modified time | relevance | path

Searched refs:allow_create (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc215 bool allow_create) in BrokerFilePermission() argument
221 allow_create_(allow_create) { in BrokerFilePermission()
231 CHECK(allow_create) << GetErrorMessageForTests(); in BrokerFilePermission()
Dbroker_file_permission.h89 bool allow_create);
/external/fio/
Dthread_options.h314 unsigned int allow_create; member
585 uint32_t allow_create; member
Dcconv.c86 o->allow_create = le32_to_cpu(top->allow_create); in convert_thread_options_to_cpu()
336 top->allow_create = cpu_to_le32(o->allow_create); in convert_thread_options_to_net()
Dfilesetup.c81 if (td->o.allow_create) in extend_file()
95 if (err == ENOENT && !td->o.allow_create) in extend_file()
628 if (td->o.create_on_open && td->o.allow_create) in generic_open_file()
639 if (f->filetype == FIO_TYPE_FILE && td->o.allow_create) in generic_open_file()
Doptions.c3458 .off1 = offsetof(struct thread_options, allow_create),
/external/fio/engines/
Dpmemblk.c284 if (td->o.allow_create) in pmb_get_flags()
/external/openssh/
Dkrl.c208 struct revoked_certs **rcp, int allow_create) in revoked_certs_for_ca_key() argument
221 if (!allow_create) in revoked_certs_for_ca_key()