HomeSort by: relevance | last modified time | path
    Searched refs:out_path (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/
generate_header_inclusion_tests.py 197 out_path = os.path.join(test_path, test_name)
198 with open(out_path, 'w', newline='\n') as f:
generate_feature_test_macro_components.py 1025 out_path = os.path.join(macro_test_path, test_name) variable
1026 with open(out_path, 'w', newline='\n') as f:
  /src/external/bsd/libfido2/dist/tools/
cred_make.c 148 char *out_path = NULL; local
181 out_path = optarg;
210 out_f = open_write(out_path);
cred_verify.c 108 char *out_path = NULL; local
133 out_path = optarg;
150 out_f = open_write(out_path);
assert_get.c 220 char *out_path = NULL; local
244 out_path = optarg;
278 out_f = open_write(out_path);
  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-sink.c 555 const char *out_path; local
562 out_path = STR(exp_path_template(shared_template, state->start_time));
570 if ((out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE))
572 make_parent_dir(out_path, 0755);
573 out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE);
576 msg_fatal("open %s: %m", out_path);
590 msg_fatal("append file %s: %m", out_path);
595 msg_fatal("append file %s: %m", out_path);
  /src/external/bsd/kyua-testers/dist/
atf_main.c 123 goto out_path;
129 out_path:

Completed in 41 milliseconds