Searched refs:dir_prefix (Results 1 – 2 of 2) sorted by relevance
30 dir_prefix = get_option('prefix') variable31 dir_bin = join_paths(dir_prefix, get_option('bindir'))32 dir_data = join_paths(dir_prefix, get_option('datadir'))35 dir_lib = join_paths(dir_prefix, get_option('libdir'))36 dir_libexec = join_paths(dir_prefix, get_option('libexecdir'))41 dir_man = join_paths(dir_prefix, get_option('mandir'))
21 dir_prefix = "../../test/valid/" variable117 expect = {"{}{}.xml".format(dir_prefix, key): val for key, val in expect.items()}125 expect_parsing_error = ["{}{}.xml".format(dir_prefix, f) for f in parsing_error_files]127 valid_files = glob.glob(dir_prefix + "*.x*")