HomeSort by relevance Sort by last modified time
    Searched full:allow_create (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_new_test.c 447 "file::create", "allow_create /tmp/testfile1 0600"}, {
458 "file::create", "allow_create /tmp/testfile3 0600"}, {
464 "file::create", "allow_create /tmp/testfile5 0600"}, {
475 "file::create", "allow_create /tmp/testfile7 0600"}, {
483 "file::create", "allow_create /tmp/testfile9 0600"}, {
495 "file::create", "allow_create /tmp/testfile11 0600"}, {
503 "file::create", "allow_create /tmp/testfile13 0600"}, {
514 "file::create", "allow_create /tmp/testfile15 0600"}, {
522 "file::create", "allow_create /tmp/testfile17 0600"}, {
534 "file::create", "allow_create /tmp/testfile19 0600"},
    [all...]
tomoyo_policy_memory_test.c 89 "allow_create /tmp/mknod_reg_test 0600",
90 "allow_create /tmp/open_test 0600",
91 "allow_create /tmp/open_test 0600",
92 "allow_create /tmp/open_test 0600",
tomoyo_new_file_test.c 311 policy = "allow_create /tmp/open_test 0644";
327 policy = "allow_create /tmp/open_test 0644";
332 policy = "allow_create /tmp/open_test 0644";
402 policy = "allow_create /tmp/mknod_reg_test 0644";
tomoyo_rewrite_test.c 63 write_domain_policy("allow_create " REWRITE_PATH " 0600", 0);
tomoyo_accept_test.c 106 fprintf(domain_fp, "delete allow_create %s 0644\n", buffer);
  /external/fio/
thread_options.h 314 unsigned int allow_create; member in struct:thread_options
585 uint32_t allow_create; member in struct:thread_options_pack
cconv.c 86 o->allow_create = le32_to_cpu(top->allow_create);
336 top->allow_create = cpu_to_le32(o->allow_create);
filesetup.c 81 if (td->o.allow_create)
95 if (err == ENOENT && !td->o.allow_create)
628 if (td->o.create_on_open && td->o.allow_create)
639 if (f->filetype == FIO_TYPE_FILE && td->o.allow_create)
    [all...]
options.c     [all...]
  /external/fio/engines/
pmemblk.c 284 if (td->o.allow_create)

Completed in 192 milliseconds