Searched refs:shared_file (Results 1 – 4 of 4) sorted by relevance
63 const optional< std::string > shared_file = utils::getenv( in main() local65 if (!shared_file) { in main()69 const fs::path shared_path(shared_file.get()); in main()
854 = shared_file && *shared_file && (*shared_file)->rfile in create_rep_state_body()900 rs->sfile = *shared_file; in create_rep_state_body()911 if (shared_file) in create_rep_state_body()912 *shared_file = file; in create_rep_state_body()926 rs->sfile = *shared_file; in create_rep_state_body()1446 shared_file_t *shared_file = NULL; in build_rep_list() local3213 shared_file_t *shared_file = apr_pcalloc(result_pool, sizeof(*shared_file)); in init_rep_state() local3219 shared_file->rfile = file; in init_rep_state()3220 shared_file->fs = fs; in init_rep_state()3222 shared_file->pool = result_pool; in init_rep_state()[all …]
574 = shared_file && *shared_file && (*shared_file)->rfile in create_rep_state_body()621 rs->sfile = *shared_file; in create_rep_state_body()632 if (shared_file) in create_rep_state_body()633 *shared_file = file; in create_rep_state_body()651 rs->sfile = *shared_file; in create_rep_state_body()1168 shared_file_t *shared_file = NULL; in build_rep_list() local1558 shared_file_t *shared_file = apr_pcalloc(result_pool, sizeof(*shared_file)); in init_rep_state() local1565 shared_file->rfile = rev_file; in init_rep_state()1566 shared_file->fs = fs; in init_rep_state()1568 shared_file->pool = result_pool; in init_rep_state()[all …]
852 -v test_suites.integration.shared_file="$(pwd)/shared_file" \