Home
last modified time | relevance | path

Searched refs:dir_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/
Dmeson.build30 dir_prefix = get_option('prefix') variable
31 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'))
/third_party/libxml2/python/tests/
Dreader2.py21 dir_prefix = "../../test/valid/" variable
117 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*")