Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_015_pos.ksh50 log_must mkdir $DEVICE_DIR/test_dir
51 log_must ln -s $VDEV0 $DEVICE_DIR/test_dir/disk
52 log_must zpool import -d $DEVICE_DIR/test_dir -d $VDEV1 $TESTPOOL1
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c19 unsigned test_dir:1; member
84 ngx_uint_t test_dir; in ngx_http_try_files_handler() local
186 test_dir = tf->test_dir; in ngx_http_try_files_handler()
192 test_dir ? "dir" : "file", name, path.data); in ngx_http_try_files_handler()
248 if (of.is_dir != test_dir) { in ngx_http_try_files_handler()
259 if (!test_dir) { in ngx_http_try_files_handler()
322 tf[i].test_dir = 1; in ngx_http_try_files()
H A Dngx_http_index_module.c307 of.test_dir = 1; in ngx_http_index_test_dir()
H A Dngx_http_log_module.c499 of.test_dir = 1; in ngx_http_log_script_write()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h40 unsigned test_dir:1; member
H A Dngx_open_file_cache.c283 of->test_dir = 1; in ngx_open_cached_file()
857 } else if (of->test_dir) { in ngx_open_and_stat_file()