Пример #1
0
def get_experiment_folders_dir():
    """Returns experiment folders directory."""
    return exp_path.path('experiment-folders')
Пример #2
0
def get_reports_dir():
    """Return reports directory."""
    return exp_path.path('reports')
Пример #3
0
def get_coverage_binaries_dir():
    """Return coverage binaries directory."""
    return exp_path.path('coverage-binaries')
Пример #4
0
def _get_config_file_path():
    """Return config file path."""
    return exp_path.path(
        experiment_utils.get_internal_experiment_config_relative_path())
Пример #5
0
def get_build_logs_dir():
    """Return build logs directory."""
    return exp_path.path('build-logs')
Пример #6
0
def _get_config_dir():
    """Return config directory."""
    return exp_path.path(experiment_utils.CONFIG_DIR)
Пример #7
0
def _get_config_path():
    """Return config directory."""
    return exp_path.path(
        experiment_utils.get_internal_experiment_config_relative_path())
Пример #8
0
def get_fuzzer_configs_dir():
    """Return fuzzer configs directory."""
    return exp_path.path('config', 'fuzzer-configs')
Пример #9
0
def get_dir():
    """Return config directory."""
    return exp_path.path('config')